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 Add support for media type suffixes (#5273, #6032) 2017-03-31 10:20:43 +01:00
ControllersFromServicesClassLibrary
ControllersFromServicesWebSite
CorsWebSite
ErrorPageMiddlewareWebSite Add AggregateExceptionTest (#6135) 2017-04-14 14:20:31 -07:00
FilesWebSite
FiltersWebSite MVC => Auth 2.0 2017-04-19 11:57:04 -07:00
FormatterWebSite Make [FromBody] treat empty request bodies as invalid (#4750) 2017-04-10 16:55:14 +01:00
HtmlGenerationWebSite Add functional test covering an `IList<T>` property 2017-03-29 12:32:06 -07:00
Microsoft.AspNetCore.Mvc.TestConfiguration
RazorPageExecutionInstrumentationWebSite React to Microsoft.AspNetCore.Razor.Evolution => Microsoft.AspNetCore.Razor.Language. 2017-04-10 10:20:19 -07:00
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