(Choose 1 answer)
Choose the incorrect information about validation built-in attributes. The attributes can get from the System.ComponentModel.DataAnnotations namespace.
A. [EmailAddress]: Validates that the property has an email format.
B. [Required]: Validates that the field is not null.
C. [RegularExpression]: Validates that the property value matches a specified range.
D. [Compare]: Validates that two properties in a model match.
E34