aspnetcore/test/Microsoft.AspNetCore.Mvc.Ra.../Internal
Pranav K 2ef26486dd Add global filters with the right scope
Previously global filters were added to the page application model with Action scope. This
would have resulted in incorrect ordering of filters during execution. We'll instead add
global filters separately with the right scope. #6579 will be used to express global filters
as part of the application model.
2017-07-21 14:02:07 -07:00
..
AuthorizationPageApplicationModelProviderTest.cs Add global filters with the right scope 2017-07-21 14:02:07 -07:00
AutoValidateAntiforgeryPageApplicationModelProvider.cs Add support for specifying filters on page models. 2017-06-28 14:43:02 -07:00
CompiledPageActionDescriptorBuilderTest.cs Add global filters with the right scope 2017-07-21 14:02:07 -07:00
CompiledPageRouteModelProviderTest.cs Add support for specifying filters on page models. 2017-06-28 14:43:02 -07:00
DefaultPageApplicationModelProviderTest.cs Add global filters with the right scope 2017-07-21 14:02:07 -07:00
DefaultPageHandlerMethodSelectorTest.cs
DefaultPageLoaderTest.cs Add global filters with the right scope 2017-07-21 14:02:07 -07:00
ExecutorFactoryTest.cs
PageActionDescriptorChangeProviderTest.cs Fix #6479 - remove IFileProvider constructor 2017-07-04 13:48:56 -07:00
PageActionInvokerProviderTest.cs Fix #6479 - remove IFileProvider constructor 2017-07-04 13:48:56 -07:00
PageActionInvokerTest.cs
PagePropertyBinderFactoryTest.cs
PageSaveTempDataPropertyFilterFactoryTest.cs
PageSaveTempDataPropertyFilterTest.cs
RazorProjectPageRouteModelProviderTest.cs Add support for specifying filters on page models. 2017-06-28 14:43:02 -07:00
TempDataFilterPageApplicationModelProviderTest.cs Add support for specifying filters on page models. 2017-06-28 14:43:02 -07:00