9 references to
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
RemoteAttributeBase.cs (1)
37
:
base
(errorMessageAccessor: () => Resources.RemoteAttribute_RemoteValidationFailed)
System.ComponentModel.Annotations (8)
System\ComponentModel\DataAnnotations\CustomValidationAttribute.cs (1)
88
:
base
(() => SR.CustomValidationAttribute_ValidationError)
System\ComponentModel\DataAnnotations\MaxLengthAttribute.cs (2)
30
:
base
(() => DefaultErrorMessageString)
41
:
base
(() => DefaultErrorMessageString)
System\ComponentModel\DataAnnotations\RegularExpressionAttribute.cs (1)
22
:
base
(() => SR.RegexAttribute_ValidationError)
System\ComponentModel\DataAnnotations\RequiredAttribute.cs (1)
21
:
base
(() => SR.RequiredAttribute_ValidationError)
System\ComponentModel\DataAnnotations\StringLengthAttribute.cs (1)
20
:
base
(() => SR.StringLengthAttribute_ValidationError)
System\ComponentModel\DataAnnotations\ValidationAttribute.cs (2)
46
:
this
(() => SR.ValidationAttribute_ValidationError)
55
:
this
(() => errorMessage)