aspnetcore/src/Microsoft.AspNet.Mvc.Core/ModelBinding
Ryan Nowak 0dadf56fc8 Reducing allocations in value providers
- Don't go async in formdata providers unless we need to
- Remove unnecessary defensive copy in CompositeValueProvider
2015-10-06 14:25:19 -07:00
..
Metadata
Validation
ArrayModelBinder.cs
BindNeverAttribute.cs
BindRequiredAttribute.cs
BinderTypeBasedModelBinder.cs
BindingBehavior.cs
BindingBehaviorAttribute.cs
BindingSourceValueProvider.cs
BodyModelBinder.cs
ByteArrayModelBinder.cs
CancellationTokenModelBinder.cs
CollectionModelBinder.cs
CompositeModelBinder.cs
CompositeValueProvider.cs
DefaultPropertyBindingPredicateProvider.cs
DictionaryBasedValueProvider.cs
DictionaryModelBinder.cs
ElementalValueProvider.cs
EmptyModelMetadataProvider.cs
FormCollectionModelBinder.cs
FormFileModelBinder.cs
FormValueProviderFactory.cs
GenericModelBinder.cs
HeaderModelBinder.cs
IBindingSourceValueProvider.cs
ICollectionModelBinder.cs
ICompositeModelBinder.cs
ICompositeValueProviderFactory.cs
IEnumerableValueProvider.cs
JQueryFormValueProvider.cs
JQueryFormValueProviderFactory.cs
KeyValuePairModelBinder.cs
ModelBindingHelper.cs
ModelMetadataProviderExtensions.cs
ModelNames.cs
MutableObjectModelBinder.cs
MutableObjectModelBinderContext.cs
PrefixContainer.cs
QueryStringValueProviderFactory.cs
ReadableStringCollectionValueProvider.cs
RouteValueValueProviderFactory.cs
ServicesModelBinder.cs
SimpleTypeModelBinder.cs
ValueProviderResultExtensions.cs