aspnetcore/samples/MvcSample.Web
Ryan Nowak ab605ef935 Fix for #215 - nullref trying to generate link in a partial
The fix here is to do some cleanup we've been planning to do for a while,
rather than flowing IUrlHelper and IComponentHelper as part of the
ViewContext, they now are just grabbed from the service provider.

This simplifies the code for invoking a view, and gets us closer to the
desired API surface of ViewContext
2014-04-08 16:05:48 -07:00
..
Areas/Travel Adding smart link generation 2014-04-07 14:37:52 -07:00
Components Implementation of ViewComponents 2014-03-25 11:04:37 -07:00
Content Adding support for Url.Content, Href and ~/ in Razor views 2014-04-03 14:12:55 -07:00
Filters Feedback: Make common base class for all contexts and all of them expose FilterItem collection 2014-03-20 09:59:24 -07:00
Models Add sample for Display Html Helper. 2014-04-06 15:56:08 -07:00
Views Fix for #215 - nullref trying to generate link in a partial 2014-04-08 16:05:48 -07:00
FiltersController.cs Feedback: Make common base class for all contexts and all of them expose FilterItem collection 2014-03-20 09:59:24 -07:00
Home2Controller.cs Re-plumb ModelState. 2014-03-21 16:19:13 -07:00
HomeController.cs Add sample for Display Html Helper. 2014-04-06 15:56:08 -07:00
LinkController.cs CR Feedback 2014-04-07 12:49:30 -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 Adding support for scoped services in WebFX 2014-03-26 12:45:36 -07:00
ViewMetadata.cs Migrate samples from hacky self host to helios 2014-03-14 10:25:13 -07:00
project.json Merging Mvc.Rendering and Mvc.Core 2014-04-07 17:32:49 -07:00
web.Debug.config
web.Release.config
web.config