AngleSharp by AngleSharp

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

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