1 write to AttemptedValue
System.Web (1)
ModelBinding\ValueProviderResult.cs (1)
19AttemptedValue = attemptedValue;
1 reference to AttemptedValue
System.Web (1)
ModelBinding\TypeConverterModelBinder.cs (1)
25string errorString = ModelBinderErrorMessageProviders.TypeConversionErrorMessageProvider(modelBindingExecutionContext, bindingContext.ModelMetadata, vpResult.AttemptedValue);