aspnetcore/src/Microsoft.AspNetCore.Mvc.Ab.../ModelBinding
Ryan Nowak d92b3ba2c6 Make ModelBindingContext.Result non-nullable
This change simplifies a bunch of code and fits more in line with the
current design of model binding.

Now, a model binder only has to do anything if it was successful.
'return' is enough to indicate failure.
2016-05-23 14:18:34 -07:00
..
Metadata Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
Validation
BindingInfo.cs Simplify BindAttribute - rename PredicateProvider 2016-03-31 12:34:02 -07:00
BindingSource.cs
CompositeBindingSource.cs
EnumGroupAndName.cs
IBinderTypeProviderMetadata.cs
IBindingSourceMetadata.cs
IModelBinder.cs
IModelBinderProvider.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
IModelMetadataProvider.cs
IModelNameProvider.cs
IPropertyFilterProvider.cs Simplify BindAttribute - rename PredicateProvider 2016-03-31 12:34:02 -07:00
IValueProvider.cs
IValueProviderFactory.cs
ModelBinderProviderContext.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
ModelBindingContext.cs Make ModelBindingContext.Result non-nullable 2016-05-23 14:18:34 -07:00
ModelBindingResult.cs Remove Key from ModelBindingResult 2016-05-23 13:17:19 -07:00
ModelError.cs
ModelErrorCollection.cs
ModelMetadata.cs Simplify BindAttribute - rename PredicateProvider 2016-03-31 12:34:02 -07:00
ModelPropertyCollection.cs
ModelStateDictionary.cs
ModelStateEntry.cs Reduce the number of allocations during model validation 2016-05-02 19:28:20 -07:00
ModelValidationState.cs
TooManyModelErrorsException.cs
ValueProviderFactoryContext.cs
ValueProviderResult.cs