aspnetcore/test/Microsoft.AspNetCore.Mvc.Ra...
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
..
ApplicationModels
DependencyInjection
Infrastructure Fix build break 2017-07-06 19:43:42 -07:00
Internal Add global filters with the right scope 2017-07-21 14:02:07 -07:00
Microsoft.AspNetCore.Mvc.RazorPages.Test.csproj
PageModelTest.cs RedirectToPage(page, handler) does not work (#6503) 2017-07-06 14:12:57 -07:00
PageTest.cs RedirectToPage(page, handler) does not work (#6503) 2017-07-06 14:12:57 -07:00
TestRazorProject.cs