aspnetcore/test/WebSites/RoutingWebSite
James Newton-King 046af405b6
Rename global routing to endpoint routing (#8179)
2018-08-01 15:05:49 +12:00
..
Areas
Controllers MVC startup experience (#8131) 2018-07-25 14:30:51 +12:00
HttpMergeAttribute.cs
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
StartupWithEndpointRouting.cs Rename global routing to endpoint routing (#8179) 2018-08-01 15:05:49 +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.