aspnetcore/test/WebSites
Ryan Nowak 4bf518b09b Fix #6140 - Allow linking between controller and page
The issue here is that route values used for action selection are
'global'. That means that pages need to have a 'null' route value for
'action' and controllers need to have a 'null' route value for pages. This
is the same way that areas work.

The fix is to move the 'merge' of route values up to a level where pages
and controllers can work together. Since ADPs use the russian-doll
pattern, the fix is to run this 'merge' in the controller ADP, but after
all of the ADs have been created.
2017-04-19 16:48:38 -07:00
..
ApiExplorerWebSite Add support for suppressing inbound and outbound routing 2017-04-14 17:02:45 -07:00
ApplicationModelWebSite Add support for suppressing inbound and outbound routing 2017-04-14 17:02:45 -07:00
BasicWebSite
ControllersFromServicesClassLibrary
ControllersFromServicesWebSite
CorsWebSite
ErrorPageMiddlewareWebSite
FilesWebSite
FiltersWebSite MVC => Auth 2.0 2017-04-19 11:57:04 -07:00
FormatterWebSite
HtmlGenerationWebSite
Microsoft.AspNetCore.Mvc.TestConfiguration
RazorPageExecutionInstrumentationWebSite
RazorPagesWebSite Fix #6140 - Allow linking between controller and page 2017-04-19 16:48:38 -07:00
RazorWebSite
RoutingWebSite
SecurityWebSite MVC => Auth 2.0 2017-04-19 11:57:04 -07:00
SimpleWebSite
TagHelpersWebSite
UserClassLibrary
VersioningWebSite
WebApiCompatShimWebSite
XmlFormattersWebSite