AngleSharp by AngleSharp

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

.NET API 888,832 bytes

 HtmlOptionElement

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

public int Index { get; }

public bool IsDefaultSelected { get; set; }

public bool IsDisabled { get; set; }

public bool IsSelected { get; set; }

public string Label { get; set; }

public string Text { get; set; }

public string Value { get; set; }

public HtmlOptionElement(Document owner, string prefix = null)