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