aspnetcore/src/Mvc/test/WebSites/RoutingWebSite
Javier Calvarro Nelson b1e1aabc9d [Mvc] Fix global state in controller and action endpoint data sources.
* Create data sources "per router" instance.
* Make a global shared order sequence "per router" for conventional and
  controller and page routes.
* Create DynamicControllerEndpointSelector and DynamicPageEndpointSelector
  instances per data source.
2020-09-12 10:03:32 -07:00
..
Areas
Controllers [Mvc] Fix global state in controller and action endpoint data sources. 2020-09-12 10:03:32 -07:00
Pages [Mvc] Add support for order in dynamic controller routes (#25073) 2020-09-12 10:03:32 -07:00
ControllerRouteTokenTransformerConvention.cs
DynamicVersion.cs [Mvc] Improved route value transformer (#21481) 2020-07-22 15:44:51 -07:00
HttpMergeAttribute.cs
Mvc.RoutingWebSite.csproj Add missing doc files and cleanup nits (#22931) 2020-06-17 13:04:45 -07:00
Program.cs [Mvc] Fix global state in controller and action endpoint data sources. 2020-09-12 10:03:32 -07:00
QueryStringConstraint.cs
RemoveControllerActionDescriptorProvider.cs
Startup.cs
StartupForDynamic.cs [Mvc] Fix global state in controller and action endpoint data sources. 2020-09-12 10:03:32 -07:00
StartupForDynamicAndRazorPages.cs [Mvc] Improved route value transformer (#21481) 2020-07-22 15:44:51 -07:00
StartupForDynamicOrder.cs [Mvc] Add support for order in dynamic controller routes (#25073) 2020-09-12 10:03:32 -07:00
StartupForFallback.cs
StartupForLinkGenerator.cs
StartupRoutingDifferentBranches.cs [Mvc] Fix global state in controller and action endpoint data sources. 2020-09-12 10:03:32 -07:00
StartupWithoutEndpointRouting.cs
TestParameterTransformer.cs
readme.md

readme.md

RoutingWebSite

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