I have following model:
public class FormularModel { [Required] public string Position { get; set; } [Required] [DataType(DataType.EmailAddre
The DataAnnotationsExtensions project has an Email attribute that you can use.