AngleSharp by AngleSharp

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

.NET API 1,230,336 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)