aspnetcore/test/WebSites/ApplicationModelWebSite
Harsh Gupta e0f7c1b810 Fixing Readme 2015-02-19 10:20:16 -08:00
..
Controllers Issue #1445 - Cleanup on MvcOptions.ApplicationModelConventions. 2015-02-10 13:17:19 -08:00
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.kproj Adding servers and wwwroot folder to test websites 2014-12-10 14:16:11 -08:00
Startup.cs Api cleanup (remove List and Dictionary in favor of IList and IDictionary) 2015-02-16 18:19:55 -08:00
project.json Adding servers and wwwroot folder to test websites 2014-12-10 14:16:11 -08:00
readme.md Fixing Readme 2015-02-19 10:20:16 -08:00

readme.md

ApplicationModelWebSite

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