aspnetcore/samples/MvcSample.Web
N. Taylor Mullen 5b6eb307ae Re-plumb ModelState.
Modified ModelState to only ever be created on the ActionContext and then plumbed/exposed it on ViewData and Controller.  This will enable: ActionFilterContext's will have access to ModelState via its ActionContext member, allow HTMLHelpers to access ModelState via ViewData, and unify the locations of "source" model state.  In the old world we used to copy/replace/instantiate new model state all over unnecessarily.
2014-03-21 16:19:13 -07:00
..
Areas/Travel
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
Views Add `ModelMetadata` to `ViewData` 2014-03-21 14:42:42 -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 `ModelMetadata` to `ViewData` 2014-03-21 14:42:42 -07:00
LinkController.cs
OverloadController.cs
SimplePocoController.cs
SimpleRest.cs
Startup.cs
ViewMetadata.cs
project.json
web.Debug.config
web.Release.config
web.config