aspnetcore/test/Microsoft.AspNetCore.Mvc.Co.../Internal
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
..
AcceptHeaderParserTest.cs Fixes a parsing bug with the AcceptHeaderParser 2017-01-23 13:12:40 -08:00
ActionConstraintCacheTest.cs
ActionDescriptorCollectionProviderTest.cs
AttributeRouteTest.cs Add support for suppressing inbound and outbound routing 2017-04-14 17:02:45 -07:00
AttributeRoutingTest.cs Remove net451 as a cross-compile target 2017-03-22 06:32:50 -07:00
AuthorizationApplicationModelProviderTest.cs
ClientValidatorCacheTest.cs Move classes out of .Internal 2017-01-19 11:11:28 -08:00
ControllerActionDescriptorBuilderTest.cs
ControllerActionDescriptorProviderTests.cs Fix #6140 - Allow linking between controller and page 2017-04-19 16:48:38 -07:00
ControllerActionInvokerCacheTest.cs Commonize code from ControllerActionInvokerCache and PageFilterFactoryProvider 2017-01-11 10:53:23 -08:00
ControllerActionInvokerParameterBindingTest.cs Support model binding to Razor Pages properties on page and PageModel classes 2017-03-24 07:45:19 -07:00
ControllerActionInvokerTest.cs Support model binding to Razor Pages properties on page and PageModel classes 2017-03-24 07:45:19 -07:00
DefaultApplicationModelProviderTest.cs
DefaultAssemblyPartDiscoveryProviderTest.cs Use case invariant lookups for DependencyModel to workaround CLI version differences 2017-04-14 17:03:20 -07:00
DefaultBindingMetadataProviderTest.cs
DefaultCollectionValidationStrategyTest.cs
DefaultComplexObjectValidationStrategyTest.cs Add `[ValidateNever]` and `IPropertyValidationFilter` 2017-01-15 21:40:29 -08:00
DefaultModelValidatorProviderTest.cs
DefaultObjectValidatorTests.cs
ElementalValueProviderTests.cs
ExplicitIndexCollectionValidationStrategyTest.cs
FilterFactoryTest.cs Commonize code from ControllerActionInvokerCache and PageFilterFactoryProvider 2017-01-11 10:53:23 -08:00
FilterProviderTest.cs
HttpMethodActionConstraintTest.cs
MiddlewareFilterBuilderTest.cs
MiddlewareFilterConfigurationProviderTest.cs
MiddlewareFilterTest.cs Support model binding to Razor Pages properties on page and PageModel classes 2017-03-24 07:45:19 -07:00
ObjectMethodExecutorTest.cs
PrefixContainerTest.cs
ReferenceEqualityComparerTest.cs
ResponseCacheFilterTest.cs
ResponseContentTypeHelperTest.cs
ShortFormDictionaryValidationStrategyTest.cs
ValidatorCacheTest.cs Move classes out of .Internal 2017-01-19 11:11:28 -08:00