AngleSharp by Florian Rappl

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

.NET API 1,113,600 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.