I have 2 questions regarding MVC view validation using System.ComponentModel.DataAnnotations:
How do I verify if a value entered in a text box is a URI?
How can I verify using RegularExpression if the URL entered in a Box does not start with HTTP:// or ends with ".m3u8"