aspnetcore/samples/MvcSample.Web
N. Taylor Mullen f8179f03e4 Trigger view rendering asynchronously.
This is as simple as modifying the base class to return task and await the ExecuteAsync method.  Also added a piece to the sample project to verify functionality.
2014-03-17 12:18:54 -07:00
..
Filters Migrate samples from hacky self host to helios 2014-03-14 10:25:13 -07:00
Models Migrate samples from hacky self host to helios 2014-03-14 10:25:13 -07:00
Views Trigger view rendering asynchronously. 2014-03-17 12:18:54 -07:00
FiltersController.cs Migrate samples from hacky self host to helios 2014-03-14 10:25:13 -07:00
Home2Controller.cs Migrate samples from hacky self host to helios 2014-03-14 10:25:13 -07:00
HomeController.cs Migrate samples from hacky self host to helios 2014-03-14 10:25:13 -07:00
LinkController.cs Migrate samples from hacky self host to helios 2014-03-14 10:25:13 -07:00
OverloadController.cs Migrate samples from hacky self host to helios 2014-03-14 10:25:13 -07:00
SimplePocoController.cs Migrate samples from hacky self host to helios 2014-03-14 10:25:13 -07:00
SimpleRest.cs Migrate samples from hacky self host to helios 2014-03-14 10:25:13 -07:00
Startup.cs Using AutoFac to register open generic service types 2014-03-14 12:46:17 -07:00
ViewMetadata.cs Migrate samples from hacky self host to helios 2014-03-14 10:25:13 -07:00
project.json Migrate samples from hacky self host to helios 2014-03-14 10:25:13 -07:00
web.Debug.config
web.Release.config
web.config