aspnetcore/test/WebSites/ApplicationModelWebSite
Pranav K 61386d5f67
Reference Microsoft.NET.Sdk.Razor in projects with Razor files
2018-09-20 13:21:45 -07:00
..
Areas Add tests to ApplicationModelTest (#6932) 2017-10-10 11:24:03 -07:00
Controllers Add tests to ApplicationModelTest (#6932) 2017-10-10 11:24:03 -07:00
Conventions Add tests to ApplicationModelTest (#6932) 2017-10-10 11:24:03 -07:00
Views/ActionModel Add tests to ApplicationModelTest (#6932) 2017-10-10 11:24:03 -07:00
ApplicationModelWebSite.csproj Reference Microsoft.NET.Sdk.Razor in projects with Razor files 2018-09-20 13:21:45 -07:00
Startup.cs Update tests to latest compat switch 2018-08-23 08:09:02 -07:00
readme.md

readme.md

ApplicationModelWebSite

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