IHtmlOptionElement
public interface IHtmlOptionElement : IHtmlElement, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle, IGlobalEventHandlers
Represents the option HTML element.
Gets the associated HTML form element.
Gets the index of the option element.
Gets or sets if the option is selected by default.
Gets or sets if the option is enabled or disabled.
Gets or sets if the option is currently selected.
Gets or sets the label.
Gets or sets the text of the option.
Gets or sets the value.