Property Options
- Namespace
- DotNetBrowser.Dom
- Assembly
- DotNetBrowser.dll
Options
Gets the collection of <option>
elements contained by this <select>
element.
IEnumerable<IOptionElement> Options { get; }
Property Value
- IEnumerable<IOptionElement>
The collection of
<option>
elements.
Exceptions
- ObjectDisposedException
The ISelectElement has already been disposed.