AngleSharp by Florian Rappl

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

.NET API 451,072 bytes

 HTMLAreaElement

public sealed class HTMLAreaElement : HTMLElement
Represents the area element.
public string AccessKey { get; set; }

Gets or sets a single character that switches input focus to the control.

public string Alt { get; set; }

Gets or sets the alternative text for the element.

public string Coords { get; set; }

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

public string Href { get; set; }

Gets or sets the value of the href attribute.

public string HrefLang { get; set; }

Gets or sets the language of the linked resource.

public string Media { get; set; }

Gets or sets the target media of the linked resource.

public string Rel { get; set; }

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

public DOMTokenList RelList { get; }

Gets or sets the value indicating relationships of the current document to the linked resource, as a list of tokens.

public string Shape { get; set; }

Gets or sets the shape of the hot-spot, limited to known values.

public string Target { get; set; }

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

public string Type { get; set; }

Gets or sets the MIME type of the linked resource.