AngleSharp by AngleSharp

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

.NET API 1,218,560 bytes

 IHtmlAreaElement

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

Gets or sets the alternative text for the element.

string Coordinates { get; set; }

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

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.

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

string Relation { get; set; }

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

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

string Shape { get; set; }

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

string Target { get; set; }

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

string TargetLanguage { get; set; }

Gets or sets the language of the linked resource.

string Type { get; set; }

Gets or sets the MIME type of the linked resource.