aspnetcore/test/WebSites/ApplicationModelWebSite
Nate McMaster 2e4bc548f5
Pin tool and package versions to make builds more repeatable (#7013)
2017-10-31 19:18:14 -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 Pin tool and package versions to make builds more repeatable (#7013) 2017-10-31 19:18:14 -07:00
Startup.cs Add tests to ApplicationModelTest (#6932) 2017-10-10 11:24:03 -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.