AngleSharp by Florian Rappl

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

.NET API 997,888 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.