SelectElement GetOptionElement Method (String)C# API
Gets the OptionElement with the specified value.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public OptionElement GetOptionElement(
	string value
)

Parameters

value
Type: System String
The value to look for.

Return Value

The OptionElement with the specified value.
Exceptions

Remarks

Note Note
<option> tags don't contain a "name" attribute, they are distinguished by the text in their "value" attribute instead.
See Also