Base:
method
FormatErrorMessage
System.ComponentModel.DataAnnotations.ValidationAttribute.FormatErrorMessage(System.String)
5 references to FormatErrorMessage
Microsoft.AspNetCore.Mvc.Core.TestCommon (1)
ValidationAttributeUtil.cs (1)
24
return attr.
FormatErrorMessage
(field);
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (4)
StringLengthAttributeAdapterTest.cs (4)
61
var expectedMessage = attribute.
FormatErrorMessage
("Length");
88
var expectedMessage = attribute.
FormatErrorMessage
("Length");
116
var expectedMessage = attribute.
FormatErrorMessage
("Length");
142
var expectedMessage = attribute.
FormatErrorMessage
("Length");