Closed sandrock closed 7 years ago
Validation attributes return a ValidationResult object in case of error. The result should contain a message and a member name.
The EmailAddressExAttribute does not specify the member names when an error is found.
The following attributes may have the same issue.
Validation attributes return a ValidationResult object in case of error. The result should contain a message and a member name.
The EmailAddressExAttribute does not specify the member names when an error is found.