aspnetcore/src/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
..
ArrayModelBinder.cs
BindNeverAttribute.cs
BindRequiredAttribute.cs
BinderTypeBasedModelBinder.cs Adding Resource Filters 2015-01-12 14:18:20 -08:00
BindingBehavior.cs
BindingBehaviorAttribute.cs
ByteArrayModelBinder.cs Delete trailing whitespace 2014-11-20 16:18:09 -08:00
CancellationTokenModelBinder.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
CollectionModelBinder.cs Correct StyleCop violations 2015-01-06 16:23:57 -08:00
ComplexModelDto.cs Delete trailing whitespace 2014-11-20 16:18:09 -08:00
ComplexModelDtoModelBinder.cs Correct StyleCop violations 2015-01-06 16:23:57 -08:00
ComplexModelDtoResult.cs Delete trailing whitespace 2014-11-20 16:18:09 -08:00
CompositeModelBinder.cs Issue #1695 - Create a pattern for a 'greedy' model binder. 2015-01-15 16:32:50 -08:00
DictionaryModelBinder.cs
FormFileModelBinder.cs File upload model binder 2015-01-15 13:41:14 -08:00
GenericModelBinder.cs Correct StyleCop violations 2015-01-06 16:23:57 -08:00
HeaderModelBinder.cs Issue #1695 - Create a pattern for a 'greedy' model binder. 2015-01-15 16:32:50 -08:00
ICompositeModelBinder.cs Correct StyleCop violations 2015-01-06 16:23:57 -08:00
IMetadataAwareBinder.cs
IModelBinder.cs
IModelBinderProvider.cs
KeyValuePairModelBinder.cs Correct StyleCop violations 2015-01-06 16:23:57 -08:00
MetadataAwareBinder.cs Adding FromServicesAttribute. 2014-11-26 15:35:08 -08:00
MutableObjectModelBinder.cs Issue #1695 - Create a pattern for a 'greedy' model binder. 2015-01-15 16:32:50 -08:00
MutableObjectModelBinderContext.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
TypeConverterModelBinder.cs
TypeMatchModelBinder.cs