can some one tell me how can i validate a url like http://www.abc.com
What about using URL attribute, like:
public class ProveedorMetadata { [Url()] [Display(Name = "Web Site")] public string SitioWeb { get; set; } }