aspnetcore/test/Microsoft.AspNetCore.Mvc.In...
Pranav K 8d66f104f7 Make types in Microsoft.AspNetCore.Mvc.Internal namespace internal 2018-11-08 14:00:16 -08:00
..
Models
ActionParametersIntegrationTest.cs
ArrayModelBinderIntegrationTest.cs Support model binding to Razor Pages properties on page and PageModel classes 2017-03-24 07:45:19 -07:00
AuthorizeFilterIntegrationTest.cs React to AuthorizationMiddleware (#8697) 2018-11-09 07:11:55 +13:00
BindPropertyIntegrationTest.cs Add integration and functional tests of `[BindRequired]` on page properties (#8677) 2018-10-31 14:15:14 -07:00
BinderTypeBasedModelBinderIntegrationTest.cs Include parameter type's attributes in ModelMetadata 2018-04-17 12:40:38 -07:00
BindingSourceMetadataProviderIntegrationTest.cs Support model binding to Razor Pages properties on page and PageModel classes 2017-03-24 07:45:19 -07:00
BodyValidationIntegrationTests.cs Include parameter type's attributes in ModelMetadata 2018-04-17 12:40:38 -07:00
ByteArrayModelBinderIntegrationTest.cs Support model binding to Razor Pages properties on page and PageModel classes 2017-03-24 07:45:19 -07:00
CancellationTokenModelBinderIntegrationTest.cs Minor test code changes to resolve xUnit2013 build error 2017-10-05 16:04:20 -07:00
CollectionModelBinderIntegrationTest.cs Change `CollectionModelBinder` and `ComplexTypeModelBinder` to enforce `[BindRequired]` 2018-09-21 11:08:16 -07:00
CompanyNameAttribute.cs
ComplexTypeModelBinderIntegrationTest.cs Change `CollectionModelBinder` and `ComplexTypeModelBinder` to enforce `[BindRequired]` 2018-09-21 11:08:16 -07:00
DictionaryModelBinderIntegrationTest.cs Fix binding & validating dictionaries of non-simple types in jQuery requests 2018-04-14 10:41:00 -07:00
ExcludeBindingMetadataProviderIntegrationTest.cs Include parameter type's attributes in ModelMetadata 2018-04-17 12:40:38 -07:00
FormCollectionModelBindingIntegrationTest.cs Support model binding to Razor Pages properties on page and PageModel classes 2017-03-24 07:45:19 -07:00
FormFileModelBindingIntegrationTest.cs Support model binding to Razor Pages properties on page and PageModel classes 2017-03-24 07:45:19 -07:00
GenericModelBinderIntegrationTest.cs Include parameter type's attributes in ModelMetadata 2018-04-17 12:40:38 -07:00
HasValidatorsValidationMetadataProviderIntegrationTest.cs Shortcircuit validation when using default validator providers and no validation metadata is discovered 2018-10-12 14:47:06 -07:00
HeaderModelBinderIntegrationTest.cs Add compatibility switch controlling parameter metadata and top-level validation 2018-03-26 12:29:04 -07:00
JQueryFormatModelBindingIntegrationTest.cs
KeyValuePairModelBinderIntegrationTest.cs Include parameter type's attributes in ModelMetadata 2018-04-17 12:40:38 -07:00
Microsoft.AspNetCore.Mvc.IntegrationTests.csproj
ModelBindingTestContext.cs
ModelBindingTestHelper.cs
ModelPrefixSelectionIntegrationTest.cs Minor test code changes to resolve xUnit2013 build error 2017-10-05 16:04:20 -07:00
ParameterBinderExtensions.cs
ProductValidatorAttribute.cs
ServicesModelBinderIntegrationTest.cs Include parameter type's attributes in ModelMetadata 2018-04-17 12:40:38 -07:00
SimpleTypeModelBinderIntegrationTest.cs Fix typos (#8413) 2018-09-12 09:34:45 -07:00
TestMvcOptions.cs
TryUpdateModelIntegrationTest.cs Make types in Microsoft.AspNetCore.Mvc.Internal namespace internal 2018-11-08 14:00:16 -08:00
TryValidateModelIntegrationTest.cs Shortcircuit validation when using default validator providers and no validation metadata is discovered 2018-10-12 14:47:06 -07:00
ValidationIntegrationTests.cs