AngleSharp by Florian Rappl

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

.NET API 1,171,968 bytes

 HtmlMenuElement

Represents the HTML menu element.
public enum MenuType

All possible values for the type of the menu.

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)

Creates a new HTML menu element.