aspnetcore/test/Microsoft.AspNetCore.Mvc.In...
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
..
Models
ActionParametersIntegrationTest.cs
ArrayModelBinderIntegrationTest.cs
AuthorizeFilterIntegrationTest.cs
BindPropertyIntegrationTest.cs Making Pages Binding Consistent 2017-06-26 18:11:44 -07:00
BinderTypeBasedModelBinderIntegrationTest.cs Remove TaskCache and TaskCacheOfT 2017-06-08 08:19:20 -07:00
BindingSourceMetadataProviderIntegrationTest.cs
BodyValidationIntegrationTests.cs
ByteArrayModelBinderIntegrationTest.cs
CancellationTokenModelBinderIntegrationTest.cs Upgrade test framework versions and fix test issues 2017-05-15 14:11:27 -07:00
CollectionModelBinderIntegrationTest.cs
CompanyNameAttribute.cs
ComplexTypeModelBinderIntegrationTest.cs Upgrade test framework versions and fix test issues 2017-05-15 14:11:27 -07:00
DictionaryModelBinderIntegrationTest.cs
ExcludeBindingMetadataProviderIntegrationTest.cs
FormCollectionModelBindingIntegrationTest.cs
FormFileModelBindingIntegrationTest.cs
GenericModelBinderIntegrationTest.cs Remove TaskCache and TaskCacheOfT 2017-06-08 08:19:20 -07:00
HeaderModelBinderIntegrationTest.cs
KeyValuePairModelBinderIntegrationTest.cs Replace IModelBindingMessageProvider with new highly-virtual base class (#6241) 2017-05-10 16:02:18 +01:00
Microsoft.AspNetCore.Mvc.IntegrationTests.csproj Return to NetStandard 2017-05-25 10:34:16 -07:00
ModelBindingTestContext.cs
ModelBindingTestHelper.cs
ModelPrefixSelectionIntegrationTest.cs
ParameterBinderExtensions.cs
ProductValidatorAttribute.cs
ServicesModelBinderIntegrationTest.cs
SimpleTypeModelBinderIntegrationTest.cs Upgrade test framework versions and fix test issues 2017-05-15 14:11:27 -07:00
TestMvcOptions.cs
TryUpdateModelIntegrationTest.cs
TryValidateModelIntegrationTest.cs
ValidationIntegrationTests.cs