Base:
method
FormatErrorMessage
System.ComponentModel.DataAnnotations.ValidationAttribute.FormatErrorMessage(System.String)
2 references to FormatErrorMessage
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (2)
MaxLengthAttributeAdapterTest.cs (2)
60
var expectedMessage = attribute.
FormatErrorMessage
("Length");
149
var expectedMessage = attribute.
FormatErrorMessage
("Length");