DefaultModelBindingMessageProvider.NonPropertyValueMustBeANumberAccessor Property

Definition

Error message HTML and tag helpers add for client-side validation of numeric formats. Visible in the browser if the field for a float (for example) collection element or action parameter does not have a correctly-formatted value.

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

Property Value

Default String is "The field must be a number.".

Applies to