AngleSharp by Florian Rappl

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

.NET API 385,536 bytes

 HTMLSelectElement

public sealed class HTMLSelectElement : HTMLElement
Represents the select element.
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.