aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding
Harsh Gupta 4f419eee55 Removing creating ModelValidationNode by default in CompositeModelBinder.
This moves the responsibility of of MVN creation to individual model binders if they want the individual models to be validated.
2015-05-29 09:21:11 -07:00
..
Metadata
Validation Fix #2407 - Add back the implicit [Required] for value types 2015-05-21 17:52:25 -07:00
ArrayModelBinderTest.cs Fix #1579 - Bind top-level collections as an empty collection 2015-05-21 22:46:04 -07:00
BinderTypeBasedModelBinderModelBinderTest.cs Restoring modelvalidation node. 2015-05-14 18:38:26 -07:00
BindingSourceModelBinderTest.cs
BindingSourceValueProviderTest.cs
BodyModelBinderTests.cs Restoring modelvalidation node. 2015-05-14 18:38:26 -07:00
ByteArrayModelBinderTests.cs
CancellationTokenModelBinderTests.cs
CollectionModelBinderTest.cs Fix #1579 - Bind top-level collections as an empty collection 2015-05-21 22:46:04 -07:00
ComplexModelDtoTest.cs
CompositeModelBinderTest.cs Restoring modelvalidation node. 2015-05-14 18:38:26 -07:00
CompositeValueProviderTests.cs
DictionaryBasedValueProviderTests.cs
DictionaryModelBinderTest.cs Fix #1579 - Bind top-level collections as an empty collection 2015-05-21 22:46:04 -07:00
ElementalValueProviderTests.cs
FormCollectionModelBinderTest.cs
FormFileModelBinderTest.cs
FormValueProviderFactoryTests.cs
HeaderModelBinderTests.cs
KeyValuePairModelBinderTest.cs Removing creating ModelValidationNode by default in CompositeModelBinder. 2015-05-29 09:21:11 -07:00
ModelBindingContextTest.cs
ModelBindingResultTest.cs
MutableObjectModelBinderTest.cs React to aspnet/Razor#89 fix 2015-05-20 22:07:19 -07:00
QueryStringValueProviderFactoryTest.cs
ReadableStringCollectionValueProviderTest.cs
SimpleHttpValueProvider.cs
TestResources.cs
TestValueProvider.cs
TypeConverterModelBinderTest.cs
TypeMatchModelBinderTest.cs
ValidationAttributeUtil.cs