AngleSharp by AngleSharp

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

.NET API 885,248 bytes

 HtmlMapElement

Represents the HTML map element.

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

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, string prefix = null)