Mvc Html5 Email Tag
I have a model [Required(ErrorMessage = 'Email required')] [DataType(DataType.EmailAddress, ErrorMessage = 'Please enter valid email address')] public string Email { get; set; }
Solution 1:
You may take a look at the following blog post.
Post a Comment for "Mvc Html5 Email Tag"