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
PageSaveTempDataPropertyFilterTest.cs
RazorProjectPageApplicationModelProviderTest.cs