3 overrides of GetLocalizedErrorMessage
System.Web (3)
ModelBinding\RangeAttributeAdapter.cs (1)
9
protected override string
GetLocalizedErrorMessage
(string errorMessage) {
ModelBinding\RegularExpressionAttributeAdapter.cs (1)
9
protected override string
GetLocalizedErrorMessage
(string errorMessage) {
ModelBinding\StringLengthAttributeAdapter.cs (1)
9
protected override string
GetLocalizedErrorMessage
(string errorMessage) {
1 reference to GetLocalizedErrorMessage
System.Web (1)
ModelBinding\DataAnnotationsModelValidator.cs (1)
105
errorMsg =
GetLocalizedErrorMessage
(Attribute.ErrorMessage);