InputElement Constructor (String, String)C# API
Initialises a new instance of the InputElement class, with the specified name and value attributes.

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

public InputElement(
	string name,
	string value
)

Parameters

name
Type: System String
The value to assign to the "name" attribute.
value
Type: System String
The value to assign to the "value" attribute.
See Also