aspnetcore/test/Microsoft.AspNetCore.Mvc.Ra.../Internal
Pranav K 5d5222cdd8 Introduce BindPropertiesAttribute
* Allow controller and Razor Page models to be annotated with BindPropertiesAttribute
* Disallow BindPropertyAttribute from being declared on types.
* Do not allow arbitrary binding attributes to be applied to Razor Page models.

Fixes #7686
2018-04-20 14:32:14 -07:00
..
AuthorizationPageApplicationModelProviderTest.cs Use ModelMetadataProvider to infer BindingSource on application model 2018-04-02 09:48:49 -07:00
AutoValidateAntiforgeryPageApplicationModelProvider.cs
CompiledPageActionDescriptorBuilderTest.cs
CompiledPageRouteModelProviderTest.cs Remove root directory customization options for Razor Pages areas 2018-04-11 15:25:31 -07:00
DefaultPageApplicationModelProviderTest.cs Introduce BindPropertiesAttribute 2018-04-20 14:32:14 -07:00
DefaultPageHandlerMethodSelectorTest.cs Make handler selector more flexible 2018-03-23 14:22:48 -07:00
DefaultPageLoaderTest.cs Add support for running conventions on controller properties, Razor Page parameter and properties 2018-01-29 11:43:25 -08:00
ExecutorFactoryTest.cs Marked PageArgumentBinder type as Obsolete 2018-03-19 11:50:20 -07:00
PageActionDescriptorChangeProviderTest.cs Remove usages of obsolete APIs 2018-04-13 14:54:35 -07:00
PageActionInvokerProviderTest.cs Use VirtualRazorProjectSystem for Razor tests 2018-04-09 15:27:03 -07:00
PageActionInvokerTest.cs Ensure ViewData is set on PageResult after a handler method executes 2018-04-18 11:44:04 -07:00
PageBinderFactoryTest.cs Add compatibility switch controlling parameter metadata and top-level validation 2018-03-26 12:29:04 -07:00
PageHandlerPageFilterTest.cs
PageHandlerResultFilterTest.cs
PageRouteModelFactoryTest.cs Remove root directory customization options for Razor Pages areas 2018-04-11 15:25:31 -07:00
PageSaveTempDataPropertyFilterFactoryTest.cs Introduce LifecycleProperty 2018-03-22 10:18:36 -07:00
PageSaveTempDataPropertyFilterTest.cs Introduce LifecycleProperty 2018-03-22 10:18:36 -07:00
PageViewDataAttributeFilterFactoryTest.cs Introduce ViewDataAttribute 2018-03-30 14:19:52 -07:00
PageViewDataAttributeFilterTest.cs Introduce ViewDataAttribute 2018-03-30 14:19:52 -07:00
RazorPagesRazorViewEngineOptionsSetupTest.cs Remove root directory customization options for Razor Pages areas 2018-04-11 15:25:31 -07:00
RazorProjectPageRouteModelProviderTest.cs Remove root directory customization options for Razor Pages areas 2018-04-11 15:25:31 -07:00
ResponseCacheFilterApplicationModelProviderTest.cs Use ModelMetadataProvider to infer BindingSource on application model 2018-04-02 09:48:49 -07:00
TempDataFilterPageApplicationModelProviderTest.cs Introduce LifecycleProperty 2018-03-22 10:18:36 -07:00
ViewDataAttributePageApplicationModelProviderTest.cs Introduce ViewDataAttribute 2018-03-30 14:19:52 -07:00