(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. [Compare]: Validates that two properties in a model match.
C. [Required]: Validates that the field is not null.
D. [RegularExpression]: Validates that the property value matches a specified range.
Q: 17