aspnetcore/test/WebSites/ApplicationModelWebSite
Ryan Brandenburg 03404cd3df Return to NetStandard 2017-05-25 10:34:16 -07:00
..
Controllers Add support for suppressing inbound and outbound routing 2017-04-14 17:02:45 -07:00
Conventions Add support for updateable ActionDescriptorCollection 2016-11-17 10:08:38 -08:00
ApplicationModelWebSite.csproj Return to NetStandard 2017-05-25 10:34:16 -07:00
Startup.cs Remove references to UseDefaultHostConfiguration 2016-04-27 18:38:34 -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.