aspnetcore/samples/MvcSample.Web
Ryan Nowak 20c8dece7b Adding IFilterFactory
This is a generalized factory/provider for filters - TypeFilterAttribute
and ServiceFilterAttribute are now implemented in terms of this interface.
2014-04-30 13:18:10 -07:00
..
Areas/Travel ActionResult implements IActionResult, and all our default implementations now use ActionResult 2014-04-25 15:57:02 -07:00
Components Fix #231; add `ViewBag` to `ViewComponent` 2014-04-12 14:10:16 -07:00
Content Adding support for Url.Content, Href and ~/ in Razor views 2014-04-03 14:12:55 -07:00
Filters Adding IFilterFactory 2014-04-30 13:18:10 -07:00
Models Adding an appropriate sample to use ValidationMessage and ValidationMessageFor. 2014-04-30 11:07:02 -07:00
Views Adding an appropriate sample to use ValidationMessage and ValidationMessageFor. 2014-04-30 11:07:02 -07:00
FiltersController.cs Issue #312 - TypeFilterAttribute (with sample). 2014-04-29 14:18:39 -07:00
Home2Controller.cs ActionResult implements IActionResult, and all our default implementations now use ActionResult 2014-04-25 15:57:02 -07:00
HomeController.cs Introducing DisplayText, DisplayTextFor, Id, IdFor, IdForModel. 2014-04-30 10:23:25 -07:00
LinkController.cs ActionResult implements IActionResult, and all our default implementations now use ActionResult 2014-04-25 15:57:02 -07:00
MvcSample.Web.kproj Adding IFilterFactory 2014-04-30 13:18:10 -07:00
OverloadController.cs ActionResult implements IActionResult, and all our default implementations now use ActionResult 2014-04-25 15:57:02 -07:00
SimplePocoController.cs
SimpleRest.cs
Startup.cs Adding IFilterFactory 2014-04-30 13:18:10 -07:00
ViewMetadata.cs
project.json Turning on warnings as errors 2014-04-16 20:21:07 -07:00
web.Debug.config
web.Release.config
web.config