10 references to GetErrorMessage
Microsoft.AspNetCore.Mvc.DataAnnotations (9)
CompareAttributeAdapter.cs (1)
43
return
GetErrorMessage
(validationContext.ModelMetadata, displayName, otherPropertyDisplayName);
DataTypeAttributeAdapter.cs (1)
39
return
GetErrorMessage
(
FileExtensionsAttributeAdapter.cs (1)
44
return
GetErrorMessage
(
MaxLengthAttributeAdapter.cs (1)
35
return
GetErrorMessage
(
MinLengthAttributeAdapter.cs (1)
35
return
GetErrorMessage
(
RangeAttributeAdapter.cs (1)
45
return
GetErrorMessage
(
RegularExpressionAttributeAdapter.cs (1)
31
return
GetErrorMessage
(
RequiredAttributeAdapter.cs (1)
39
return
GetErrorMessage
(validationContext.ModelMetadata, validationContext.ModelMetadata.GetDisplayName());
StringLengthAttributeAdapter.cs (1)
47
return
GetErrorMessage
(
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (1)
ValidationAttributeAdapterOfTAttributeTest.cs (1)
67
return
GetErrorMessage
(validationContext.ModelMetadata, displayName);