AngleSharp by Florian Rappl

<PackageReference Include="AngleSharp" Version="0.5.0" />

.NET API 681,472 bytes

 HTMLAnchorElement

public sealed class HTMLAnchorElement : HTMLElement, IFormatting
Represents an anchor element.
public string AccessKey { get; set; }

Gets or sets the accesskey HTML attribute.

public string Charset { get; set; }

Gets or sets the character encoding for the target resource.

public string Download { get; set; }

Gets or sets the linked resource is intended to be downloaded rather than displayed. The value represent the proposed name of the file. If the name is not a valid filename of the underlying OS, the navigator will adapt it.

public string Hash { get; set; }

Gets or sets the fragment identifier, including the leading hash mark ('#'), if any, in the referenced URL.

public string Host { get; set; }

Gets or sets the hostname and port (if it's not the default port) in the referenced URL.

public string HostName { get; set; }

Gets or sets the hostname in the referenced URL.

public string Href { get; set; }

Gets or sets the value of the href attribute.

public string Hreflang { get; set; }

Gets or sets the language code for the linked resource.

public string Media { get; set; }

Gets or sets the media HTML attribute, indicating the intended media for the linked resource.

public string Name { get; set; }

Gets or sets the anchor name.

public string PathName { get; set; }

Gets or sets the path name component, if any, of the referenced URL.

public string Port { get; set; }

Gets or sets the port component, if any, of the referenced URL.

public string Protocol { get; set; }

Gets or sets the protocol component, including trailing colon (':'), of the referenced URL.

public string Rel { get; set; }

Gets or sets the rel HTML attribute, specifying the relationship of the target object to the link object.

public DOMTokenList RelList { get; }

Gets the rel HTML attribute, as a list of tokens.

public string Search { get; set; }

Gets or sets the search element, including leading question mark ('?'), if any, of the referenced URL.

public string Target { get; set; }

Gets or sets the name of the target frame to which the resource applies.

public string Text { get; set; }

Gets or sets the text of the anchor tag (same as TextContent).

public string Type { get; set; }

Gets or sets the type of the resource. If present, the attribute must be a valid MIME type.