AngleSharp by Florian Rappl

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

.NET API 1,171,968 bytes

 HtmlMapElement

Represents the HTML map element.
public IHtmlCollection Areas { get; }

Gets a collection representing the area elements associated to this map.

public IHtmlCollection Images { get; }

Gets a collection representing the img and object elements associated to this element.

public string Name { get; set; }

Gets or sets the value of the href attribute.

public HtmlMapElement(Document owner)