Click or drag to resize

ISelectElementOptions Property

Gets the collection of <option> elements contained by this <select> element.

Namespace:  DotNetBrowser.Dom
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
IEnumerable<IOptionElement> Options { get; }

Property Value

Type: IEnumerableIOptionElement
The collection of <option> elements.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe ISelectElement has already been disposed.
See Also