AngleSharp by Florian Rappl

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

.NET API 997,888 bytes

 HTMLAreaElement

Represents the area element.
public string AlternativeText { get; set; }

Gets or sets the alternative text for the element.

public string Coordinates { get; set; }

Gets or sets the coordinates to define the hot-spot region.

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 Media { get; set; }

Gets or sets the target media of the linked resource.

public string Origin { get; }

Get's the URL's origin.

public string Password { get; set; }

Gets or sets the URL's password.

public string PathName { get; set; }

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

public ISettableTokenList Ping { get; }

Gets the ping HTML attribute, as a settable list of otkens.

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 Relation { get; set; }

Gets or sets the value indicating relationships of the current document to the linked resource.

public ITokenList RelationList { get; }

Gets the value indicating relationships of the current document to the linked resource, 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 Shape { get; set; }

Gets or sets the shape of the hot-spot, limited to known values. The known values are: circle, default. poly, rect. The missing value is rect.

public string Target { get; set; }

Gets or sets the browsing context in which to open the linked resource.

public string TargetLanguage { get; set; }

Gets or sets the language of the linked resource.

public string Type { get; set; }

Gets or sets the MIME type of the linked resource.

public string UserName { get; set; }

Gets or sets the URL's username.