DefaultModelBindingMessageProvider.ValueIsInvalidAccessor 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.
Fallback error message HTML and tag helpers display when a property is invalid but the
ModelErrors have null
ErrorMessages.
public:
virtual property Func<System::String ^, System::String ^> ^ ValueIsInvalidAccessor { Func<System::String ^, System::String ^> ^ get(); };
public override Func<string,string> ValueIsInvalidAccessor { get; }
member this.ValueIsInvalidAccessor : Func<string, string>
Public Overrides ReadOnly Property ValueIsInvalidAccessor As Func(Of String, String)
Property Value
Default String is "The value '{0}' is invalid.".