AngleSharp by AngleSharp

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

.NET API 1,230,336 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.