AngleSharp by AngleSharp

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

.NET API 888,832 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 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 HtmlAreaElement(Document owner, string prefix = null)

Creates a new area element.