aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding
Ryan Nowak dadee80aa8 Add FieldName to model binding context
Adds a new property, FieldName, to ModelBindingContext. The FieldName is
the name of whatever code-element is being bound, regardless of what
model-prefix is in use.

This is needed for cases like the Header model binder. We always want to
use the property/parameter name and we don't care about model prefixes.
2015-08-31 08:10:03 -07:00
..
Metadata
Validation
ArrayModelBinderTest.cs Add FieldName to model binding context 2015-08-31 08:10:03 -07:00
BinderTypeBasedModelBinderModelBinderTest.cs
BindingSourceModelBinderTest.cs
BindingSourceValueProviderTest.cs
BodyModelBinderTests.cs
ByteArrayModelBinderTests.cs Add FieldName to model binding context 2015-08-31 08:10:03 -07:00
CancellationTokenModelBinderTests.cs
CollectionModelBinderTest.cs Add FieldName to model binding context 2015-08-31 08:10:03 -07:00
CompositeModelBinderTest.cs Add FieldName to model binding context 2015-08-31 08:10:03 -07:00
CompositeValueProviderTest.cs
DictionaryBasedValueProviderTests.cs
DictionaryModelBinderTest.cs Add FieldName to model binding context 2015-08-31 08:10:03 -07:00
ElementalValueProviderTests.cs
EnumerableValueProviderTest.cs
FormCollectionModelBinderTest.cs
FormFileModelBinderTest.cs Add FieldName to model binding context 2015-08-31 08:10:03 -07:00
FormValueProviderFactoryTest.cs
HeaderModelBinderTests.cs Add FieldName to model binding context 2015-08-31 08:10:03 -07:00
JQueryFormValueProviderFactoryTest.cs
JQueryFormValueProviderTest.cs
KeyValuePairModelBinderTest.cs Add FieldName to model binding context 2015-08-31 08:10:03 -07:00
ModelBindingContextTest.cs Add FieldName to model binding context 2015-08-31 08:10:03 -07:00
ModelBindingResultTest.cs
MutableObjectModelBinderTest.cs Add FieldName to model binding context 2015-08-31 08:10:03 -07:00
QueryStringValueProviderFactoryTest.cs
ReadableStringCollectionValueProviderTest.cs
SimpleTypeModelBinderTest.cs Add FieldName to model binding context 2015-08-31 08:10:03 -07:00
SimpleValueProvider.cs
TestValueProvider.cs