aspnetcore/test/Microsoft.AspNetCore.Mvc.Ra.../Internal
Ryan Nowak 0ad9c7d4eb Making Pages Binding Consistent
This changeset reckonciles the binding work we did for pages with
controllers.

A quick summary:
- Moves [BindProperty] to the MVC namespace (#6401)
- Makes [FromRoute] and friends behave consistently (#6402)
- Makes [BindProperty] work with controllers (untracked)
2017-06-26 18:11:44 -07:00
..
CompiledPageApplicationModelProviderTest.cs
DefaultPageHandlerMethodSelectorTest.cs
DefaultPageLoaderTest.cs Making Pages Binding Consistent 2017-06-26 18:11:44 -07:00
ExecutorFactoryTest.cs
PageActionDescriptorChangeProviderTest.cs
PageActionInvokerProviderTest.cs _ViewStart.cshtml not picked up when added to the root of the app 2017-06-23 08:25:58 -07:00
PageActionInvokerTest.cs
PageFilterApplicationModelProviderTest.cs
PagePropertyBinderFactoryTest.cs Making Pages Binding Consistent 2017-06-26 18:11:44 -07:00
PageSaveTempDataPropertyFilterFactoryTest.cs Fix #5979 - Remove hardcoding of tempdata for pages 2017-06-12 15:05:36 -07:00
PageSaveTempDataPropertyFilterTest.cs Fix #5979 - Remove hardcoding of tempdata for pages 2017-06-12 15:05:36 -07:00
RazorProjectPageApplicationModelProviderTest.cs RazorPages page directives missing quotes should alert user 2017-06-22 15:13:38 -07:00