aspnetcore/test/WebSites/ApplicationModelWebSite
Pranav K 0c93a5e093 Update versions to 1.0.2 2016-11-03 10:37:18 -07:00
..
Controllers [Fixes #4506] Move and rename ActionDescriptor.Name to ControllerActionDescriptor.ActionName 2016-05-31 23:13:20 -07:00
Conventions
ApplicationModelWebSite.xproj
Startup.cs Remove references to UseDefaultHostConfiguration 2016-04-27 18:38:34 -07:00
project.json Update versions to 1.0.2 2016-11-03 10:37:18 -07:00
readme.md
web.config Add publish-iis and fix web.config 2016-04-22 14:07:38 -07:00

readme.md

ApplicationModelWebSite

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