Form GetOptionElement Method (String)C# API
Gets the OptionElement with the specified name.

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

public OptionElement GetOptionElement(
	string name
)

Parameters

name
Type: System String
The name of the OptionElement to retrieve.

Return Value

The first OptionElement in the form that has the specified name.
Exceptions

ExceptionCondition
Facilita.Exception NoSuchValueExceptionThe form does not contain an OptionElement with the specified name.
Facilita.Exception BadValueExceptionThe HtmlElement with the specified name is not an OptionElement.
See Also