InputElement Constructor C# API
Overload List

  NameDescription
Public methodInputElement(IntPtr, Boolean)
For internal use only. Of no interest to the user.
Public methodInputElement(String, String)
Initialises a new instance of the InputElement class, with the specified name and value attributes.
Public methodInputElement(String, String, String)
Initialises a new instance of the InputElement class, with the specified name and value attributes, and encoded with the specified character encoding.
Public methodInputElement(String, String, Encoding)
Initialises a new instance of the InputElement class, with the specified name and value attributes, and encoded with the specified character encoding.
Back to Top
See Also