aspnetcore/test/Microsoft.AspNet.Mvc.ModelB.../Binders
Ryan Nowak 3dea6b11a3 Issue #1695 - Create a pattern for a 'greedy' model binder.
See #1695 for a detailed explanation. This change builds support into the
system for the case that a model binder returns true without setting a
value for the Model.

In this case, validation will be skipped if it's a top-level object.

Note that explicitly setting null will still run validation.
2015-01-15 16:32:50 -08:00
..
ArrayModelBinderTest.cs Adding support for property level binding using IBinderMetadata and enabling FromXXX attributes to be decorated on properties. 2014-11-24 21:33:02 -08:00
BinderTypeBasedModelBinderModelBinderTest.cs Handle PipelineCore rename. 2015-01-15 15:25:17 -08:00
ByteArrayModelBinderTests.cs Adding support for property level binding using IBinderMetadata and enabling FromXXX attributes to be decorated on properties. 2014-11-24 21:33:02 -08:00
CancellationTokenModelBinderTests.cs Handle PipelineCore rename. 2015-01-15 15:25:17 -08:00
CollectionModelBinderTest.cs Adding support for property level binding using IBinderMetadata and enabling FromXXX attributes to be decorated on properties. 2014-11-24 21:33:02 -08:00
ComplexModelDtoResultTest.cs Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
ComplexModelDtoTest.cs
CompositeModelBinderTest.cs Issue #1695 - Create a pattern for a 'greedy' model binder. 2015-01-15 16:32:50 -08:00
DictionaryModelBinderTest.cs Adding support for property level binding using IBinderMetadata and enabling FromXXX attributes to be decorated on properties. 2014-11-24 21:33:02 -08:00
FormFileModelBinderTest.cs Handle PipelineCore rename. 2015-01-15 15:25:17 -08:00
KeyValuePairModelBinderTest.cs Adding Resource Filters 2015-01-12 14:18:20 -08:00
ModelBindingContextTest.cs Adding support for property level binding using IBinderMetadata and enabling FromXXX attributes to be decorated on properties. 2014-11-24 21:33:02 -08:00
MutableObjectModelBinderTest.cs Handle PipelineCore rename. 2015-01-15 15:25:17 -08:00
TypeConverterModelBinderTest.cs