AngleSharp by Florian Rappl

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

.NET API 521,216 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 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.