AngleSharp by Florian Rappl

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

.NET API 371,712 bytes

 HTMLMenuElement

public sealed class HTMLMenuElement : HTMLElement
Represents the HTML menu element.
public enum MenuType

All possible values for the type of the menu.

public const string Tag = "menu"

The menu tag.

public string Label { get; set; }

Gets or sets the text label of the menu element.

public MenuType Type { get; set; }

Gets or sets the type of the menu element.

public HTMLMenuElement()

Creates a new HTML menu element.