HtmlUrlBaseElement abstract class HtmlUrlBaseElement : HtmlElement, IUrlUtilities Represents the base for a / area elements. Documentation Code public string Download { get; set; } public string Hash { get; set; } public string Host { get; set; } public string HostName { get; set; } public string Href { get; set; } public string Media { get; set; } public string Origin { get; } public string Password { get; set; } public string PathName { get; set; } public ISettableTokenList Ping { get; } public string Port { get; set; } public string Protocol { get; set; } public string Relation { get; set; } public ITokenList RelationList { get; } public string Search { get; set; } public string Target { get; set; } public string TargetLanguage { get; set; } public string Type { get; set; } public string UserName { get; set; } public HtmlUrlBaseElement(Document owner, string name, string prefix, NodeFlags flags)