ISelectElementOptions Property |
Gets the collection of <option> elements contained by this <select> element.
Namespace:
DotNetBrowser.Dom
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax IEnumerable<IOptionElement> Options { get; }
Property Value
Type:
IEnumerableIOptionElementThe collection of
<option> elements.
Exceptions Exception | Condition |
---|
ObjectDisposedException | The ISelectElement has already been disposed. |
See Also