aspnetcore/test/Microsoft.AspNetCore.Mvc.Co.../ModelBinding/Binders
Ryan Nowak e1abb47b98 Fix #4238 IFormFile model binder suppresses validation
This change no longer suppresses validation for IFormFile and
IFormFileCollection model values. This will allow the use of [Required] on an
IFormFile model, or a custom attribute for validating IFormFileCollection.

These types already have ValidateChildren = false, so we don't recurse
into them.
2016-03-30 14:09:28 -07:00
..
ArrayModelBinderProviderTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
ArrayModelBinderTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
BinderTypeModelBinderProviderTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
BinderTypeModelBinderTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
BodyModelBinderProviderTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
BodyModelBinderTests.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
ByteArrayModelBinderProviderTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
ByteArrayModelBinderTests.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
CancellationTokenModelBinderProviderTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
CancellationTokenModelBinderTests.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
CollectionModelBinderProviderTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
CollectionModelBinderTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
ComplexTypeModelBinderProviderTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
ComplexTypeModelBinderTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
DictionaryModelBinderProviderTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
DictionaryModelBinderTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
FormCollectionModelBinderProviderTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
FormCollectionModelBinderTest.cs Fix #4238 IFormFile model binder suppresses validation 2016-03-30 14:09:28 -07:00
FormFileModelBinderProviderTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
FormFileModelBinderTest.cs Fix #4238 IFormFile model binder suppresses validation 2016-03-30 14:09:28 -07:00
HeaderModelBinderProviderTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
HeaderModelBinderTests.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
KeyValuePairModelBinderProviderTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
KeyValuePairModelBinderTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
ServicesModelBinderProviderTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
ServicesModelBinderTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
SimpleTypeModelBinderProviderTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
SimpleTypeModelBinderTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00