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