System.ComponentModel.DataAnnotations.UrlAttribute
Provides URL validation.
namespace System.ComponentModel.DataAnnotations
{
public sealed class UrlAttribute : DataTypeAttribute
{
public UrlAttribute();
}
}