AngleSharp by AngleSharp

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

.NET API 960,512 bytes

 HtmlMenuElement

Represents the HTML menu element.
public string Label { get; set; }

Gets or sets the text label of the menu element.

public string Type { get; set; }

Gets or sets the type of the menu element.

public HtmlMenuElement(Document owner, string prefix = null)

Creates a new HTML menu element.