aspnetcore/test/WebSites/ApplicationModelWebSite
N. Taylor Mullen 1d578ca2fd Remove BOM from project.json, *.cmd, *.sh and *.shade files. 2015-03-09 12:56:42 -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.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 Remove BOM from project.json, *.cmd, *.sh and *.shade files. 2015-03-09 12:56:42 -07: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.