4 references to Url
System.ComponentModel.DataAnnotations (2)
DataAnnotations\DataTypeAttribute.cs (1)
9/// or <see cref="System.ComponentModel.DataAnnotations.DataType.Url"/>)
DataAnnotations\UrlAttribute.cs (1)
14: base(DataType.Url) {
System.Web (2)
ModelBinding\DataTypeUtil.cs (2)
18internal static readonly string UrlTypeName = DataType.Url.ToString(); 59case DataType.Url: