HTMLAnchorElement.Href

HTMLAnchorElement.Href property

The absolute URI [IETF RFC 2396] of the linked resource. See the href attribute definition in HTML 4.01.

public string Href { get; set; }

See Also