Base:
method
FormatErrorMessage
System.ComponentModel.DataAnnotations.ValidationAttribute.FormatErrorMessage(System.String)
1 override of FormatErrorMessage
Microsoft.AspNetCore.Mvc.DataAnnotations (1)
CompareAttributeAdapter.cs (1)
69public override string FormatErrorMessage(string name)
1 reference to FormatErrorMessage
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\CompareAttribute.cs (1)
54return new ValidationResult(FormatErrorMessage(validationContext.DisplayName), memberNames);