HTMLOptionElement public class HTMLOptionElement : HTMLElement Documentation Code public const string Tag = "option" public bool DefaultSelected { get; set; } public bool Disabled { get; set; } public HTMLFormElement Form { get; } public int Index { get; } public string Label { get; set; } public string Name { get; set; } public bool Selected { get; set; } public string Text { get; set; } public string Value { get; set; } public HTMLOptionElement()