AngleSharp by Florian Rappl

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

.NET API 844,288 bytes

 HTMLOptionElement

Represents the HTML option element.
public IHtmlFormElement Form { get; }

Gets the associated HTML form element.

public int Index { get; }

Gets the index of the option element.

public bool IsDefaultSelected { get; set; }

Gets or sets if the option is selected by default.

public bool IsDisabled { get; set; }

Gets or sets if the option is enabled or disabled.

public bool IsSelected { get; set; }

Gets or sets if the option is currently selected.

public string Label { get; set; }

Gets or sets the label.

public string Text { get; set; }

Gets or sets the text of the option.

public string Value { get; set; }

Gets or sets the value.