AngleSharp by Florian Rappl

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

.NET API 521,216 bytes

 HTMLMapElement

public sealed class HTMLMapElement : HTMLElement
Represents the HTML map element.
public HTMLCollection Areas { get; }

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

public HTMLCollection 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.