Class EmailValidator
Defines a data validator for ensuring a value is an email address.
Implements
Inherited Members
Namespace: MADE.Data.Validation.Validators
Assembly: MADE.Data.Validation.dll
Syntax
public class EmailValidator : RegexValidator, IValidator
Constructors
| Improve this Doc View SourceEmailValidator()
Initializes a new instance of the EmailValidator class.
Declaration
public EmailValidator()
Properties
| Improve this Doc View SourceFeedbackMessage
Gets or sets the feedback message to display when IsInvalid is true.
Declaration
public override string FeedbackMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String |