AngleSharp by AngleSharp

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

.NET API 960,512 bytes

 HtmlSelectElement

Represents the select element.
public bool IsMultiple { get; set; }

public bool IsRequired { get; set; }

public IHtmlOptionElement this[int index] { get; set; }

public int Length { get; }

public int SelectedIndex { get; }

public int Size { get; set; }

public string Type { get; }

public string Value { get; set; }

public HtmlSelectElement(Document owner, string prefix = null)

public void AddOption(IHtmlOptionElement element, IHtmlElement before = null)

public void AddOption(IHtmlOptionsGroupElement element, IHtmlElement before = null)

public void RemoveOptionAt(int index)