Initialises a new instance of the InputElement class, with the specified name and value
attributes, and encoded with the specified character encoding.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
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