aspnetcore/test/WebSites/RoutingWebSite
James Newton-King 183ecd85d6
Fix MVC integration with UseEndpoint (#8047)
2018-07-11 11:47:33 +12:00
..
Areas Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
Controllers Fix MVC integration with UseEndpoint (#8047) 2018-07-11 11:47:33 +12:00
HttpMergeAttribute.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
Program.cs Centralize routing and dispatching functional test logic (#7938) 2018-06-19 23:24:15 +12:00
RoutingWebSite.csproj Update samples and tests to target netcoreapp2.1 2017-11-13 14:58:40 -08:00
Startup.cs Centralize routing and dispatching functional test logic (#7938) 2018-06-19 23:24:15 +12:00
StartupWithDispatching.cs Add support for conventional routes with dispatching (#7928) 2018-06-20 09:02:52 +12:00
TestResponseGenerator.cs [Fixes #4506] Move and rename ActionDescriptor.Name to ControllerActionDescriptor.ActionName 2016-05-31 23:13:20 -07:00
readme.md

readme.md

RoutingWebSite

This web site illustrates how to use conventional and attribute routes.