Skip to content

Instantly share code, notes, and snippets.

@darrenshrwd
Created August 20, 2014 04:19
Show Gist options
  • Save darrenshrwd/beaf8e20e7db767b39cb to your computer and use it in GitHub Desktop.
Save darrenshrwd/beaf8e20e7db767b39cb to your computer and use it in GitHub Desktop.
faster_view
@{
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