Base:
method
FormatErrorMessage
System.ComponentModel.DataAnnotations.ValidationAttribute.FormatErrorMessage(System.String)
2 references to FormatErrorMessage
Microsoft.AspNetCore.Mvc.Core.Test (1)
ModelBinding\ParameterBinderTest.cs (1)
257validationAttribute.FormatErrorMessage("My Display Name"),
Microsoft.AspNetCore.Mvc.Core.TestCommon (1)
ValidationAttributeUtil.cs (1)
36return attr.FormatErrorMessage(field);