DefaultModelBindingMessageProvider.ValueMustBeANumberAccessor 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 HTML and tag helpers add for client-side validation of numeric formats. Visible in the
browser if the field for a float
(for example) property does not have a correctly-formatted value.
public:
virtual property Func<System::String ^, System::String ^> ^ ValueMustBeANumberAccessor { Func<System::String ^, System::String ^> ^ get(); };
public override Func<string,string> ValueMustBeANumberAccessor { get; }
member this.ValueMustBeANumberAccessor : Func<string, string>
Public Overrides ReadOnly Property ValueMustBeANumberAccessor As Func(Of String, String)
Property Value
Default String is "The field {0} must be a number.".