OptionElement Constructor (String)C# API
Initialises a new instance of the OptionElement class, with the specified value.

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

public OptionElement(
	string value
)

Parameters

value
Type: System String
The value of the option.
See Also