aspnetcore/test/WebSites/RoutingWebSite
James Newton-King 3547341762
Add support for conventional routes with dispatching (#7928)
2018-06-20 09:02:52 +12:00
..
Areas
Controllers [Fixes #5038] HTTP Verbs mapping error GET and DELETE 2016-08-01 12:49:23 -07: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
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.