Base:
method
FormatErrorMessage
System.ComponentModel.DataAnnotations.ValidationAttribute.FormatErrorMessage(System.String)
4 references to FormatErrorMessage
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
RemoteAttributeBase.cs (1)
203
return
FormatErrorMessage
(displayName);
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (3)
RemoteAttributeBaseTest.cs (3)
54
var message = attribute.
FormatErrorMessage
("Property1");
71
var message = attribute.
FormatErrorMessage
("Property1");
90
var message = attribute.
FormatErrorMessage
("Property1");