aspnetcore/test/WebSites
Ryan Nowak 2e2784aa3d [Design] Split up MvcRouteHandler
This change splits up the conventional routing path from the attribute
routing path *inside* routing, instead of inside `MvcRouteHandler`. Each
attribute route group now gets its own instance of
`MvcAttributeRouteHandler` which just knows about the actions it can
reach.

This removes the concept of a route-group-token and removes the lookup
table entirely for attribute routing. This also means that the
`DefaultHandler` on `IRouteBuilder` will not be used for attribute routes,
which we are OK with for 1.0.0.

The action selector's functionality is now split into two methods. We
think this is OK for 1.0.0 because any customization of `IActionSelector`
up to now had to implement virtually the same policy as ours in order to
work with attribute routing. It should now be possible to customize the
selector in a meaningful way without interfering with attribute routing.
2016-06-07 08:12:47 -07:00
..
ApiExplorerWebSite Merge branch 'release' into dev 2016-05-02 14:58:54 -07:00
ApplicationModelWebSite [Fixes #4506] Move and rename ActionDescriptor.Name to ControllerActionDescriptor.ActionName 2016-05-31 23:13:20 -07:00
BasicWebSite [Design] Split up MvcRouteHandler 2016-06-07 08:12:47 -07:00
ControllersFromServicesClassLibrary Use dependency context from all application parts when compiling views 2016-05-24 10:28:51 -07:00
ControllersFromServicesWebSite Use dependency context from all application parts when compiling views 2016-05-24 10:28:51 -07:00
CorsWebSite
ErrorPageMiddlewareWebSite
FilesWebSite
FiltersWebSite React to AuthZ API change 2016-06-03 13:30:53 -07:00
FormatterWebSite [Fixes #4506] Move and rename ActionDescriptor.Name to ControllerActionDescriptor.ActionName 2016-05-31 23:13:20 -07:00
HtmlGenerationWebSite Merge branch 'release' into dev 2016-05-02 14:58:54 -07:00
Microsoft.AspNetCore.Mvc.TestConfiguration
RazorPageExecutionInstrumentationWebSite
RazorWebSite
RoutingWebSite [Fixes #4506] Move and rename ActionDescriptor.Name to ControllerActionDescriptor.ActionName 2016-05-31 23:13:20 -07:00
SimpleWebSite
TagHelpersWebSite Fix FormTagHelper to set flag indicating generation of AntiforgeryToken 2016-05-20 04:29:01 -07:00
UserClassLibrary
VersioningWebSite [Fixes #4506] Move and rename ActionDescriptor.Name to ControllerActionDescriptor.ActionName 2016-05-31 23:13:20 -07:00
WebApiCompatShimWebSite [Fixes #4506] Move and rename ActionDescriptor.Name to ControllerActionDescriptor.ActionName 2016-05-31 23:13:20 -07:00
XmlFormattersWebSite