DefaultModelBindingMessageProvider.NonPropertyUnknownValueIsInvalidAccessor Property

Definition

Error message the model binding system adds when Exception is of type FormatException or OverflowException, value is unknown, and error is associated with a collection element or parameter.

public:
 virtual property Func<System::String ^> ^ NonPropertyUnknownValueIsInvalidAccessor { Func<System::String ^> ^ get(); };
public override Func<string> NonPropertyUnknownValueIsInvalidAccessor { get; }
member this.NonPropertyUnknownValueIsInvalidAccessor : Func<string>
Public Overrides ReadOnly Property NonPropertyUnknownValueIsInvalidAccessor As Func(Of String)

Property Value

Default String is "The supplied value is invalid.".

Applies to