aspnetcore/test/WebSites/ApplicationModelWebSite
Kiran Challa f06007d428 [Fixes #2156] Remove IConfiguration from AddMvc 2015-03-14 00:02:53 -07:00
..
Controllers
Conventions Api cleanup (remove List and Dictionary in favor of IList and IDictionary) 2015-02-16 18:19:55 -08:00
wwwroot Fixing Readme 2015-02-19 10:20:16 -08:00
ApplicationModelWebSite.xproj Update .kproj => .xproj. 2015-03-11 14:01:43 -07:00
Startup.cs [Fixes #2156] Remove IConfiguration from AddMvc 2015-03-14 00:02:53 -07:00
project.json
readme.md

readme.md

ApplicationModelWebSite

This web site illustrates how to use customize application model by having custom implementations of IActionModelConvention, IControllerModelConvention and IParameterModelConvention.