aspnetcore/test/WebSites/ApplicationModelWebSite
Harsh Gupta e0f7c1b810 Fixing Readme 2015-02-19 10:20:16 -08: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.kproj
Startup.cs Api cleanup (remove List and Dictionary in favor of IList and IDictionary) 2015-02-16 18:19:55 -08:00
project.json
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.