IModelBindingMessageProvider.AttemptedValueIsInvalidAccessor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Error message the model binding system adds when Exception is of type FormatException or OverflowException and value is known.
public:
property Func<System::String ^, System::String ^, System::String ^> ^ AttemptedValueIsInvalidAccessor { Func<System::String ^, System::String ^, System::String ^> ^ get(); };
public Func<string,string,string> AttemptedValueIsInvalidAccessor { get; }
member this.AttemptedValueIsInvalidAccessor : Func<string, string, string>
Public ReadOnly Property AttemptedValueIsInvalidAccessor As Func(Of String, String, String)
Property Value
Default String is "The value '{0}' is not valid for {1}.".