Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Adds a FormPostParameter to the collection.
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 | |
---|---|---|
![]() |
Add(T) | Adds an object to the end of the Collection<T>. (Inherited from Collection<FormPostParameter>.) |
![]() |
Add(String, String) | Adds a FormPostParameter created from a parameter name and value. |
![]() |
Add(String, String, Boolean) | Adds a FormPostParameter created from a parameter name and value and a value that indicates whether the form post parameter is URL encoded. |
Top