Created
August 20, 2014 04:19
-
-
Save darrenshrwd/beaf8e20e7db767b39cb to your computer and use it in GitHub Desktop.
faster_view
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@{ | |
ViewBag.Title = "Home"; | |
} | |
@section AsyncBody { | |
@{ViewData.Model = Model.Execute();} | |
<p>From faster index: @Model.Text</p> | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment