3 references to GetDisplayName
Microsoft.AspNetCore.Components.Web (3)
Forms\InputDate.cs (1)
121
validationErrorMessage = string.Format(CultureInfo.InvariantCulture, _parsingErrorMessage,
GetDisplayName
());
Forms\InputExtensions.cs (1)
43
validationErrorMessage = $"The {input.
GetDisplayName
()} field is not valid.";
Forms\InputNumber.cs (1)
78
validationErrorMessage = string.Format(CultureInfo.InvariantCulture, ParsingErrorMessage,
GetDisplayName
());