FormPostParameter Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the FormPostParameter object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
![]() |
FormPostParameter() | Initializes a new instance of the FormPostParameter object. |
![]() |
FormPostParameter(String, String) | Initializes a new instance of the FormPostParameter object with a name/value pair. |
![]() |
FormPostParameter(String, String, Boolean) | Initializes a new instance of the FormPostParameter object with a form post parameter name/value pair and a Boolean value that indicates whether the FormPost Parameter is URL encoded. |
Top