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