AngleSharp by Florian Rappl

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

.NET API 371,712 bytes

 HTMLSelectElement

Represents the select element.
public const string Tag = "select"

The select tag.

public bool Disabled { get; set; }

Gets or sets if the select element is enabled or disabled.

public string Name { get; set; }

Gets or sets the value of the name attribute.

public bool Required { get; set; }

Gets or sets if the select element field is required.

Creates a new HTML select element.