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

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

public InputElement(
	string name,
	string value,
	Encoding encoding
)

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.
encoding
Type: System.Text Encoding
The character encoding to use when encoding the name/value.
See Also