FormPostParameter Class
Represents an HTML form POST parameter.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Microsoft.VisualStudio.TestTools.WebTesting::Parameter
Microsoft.VisualStudio.TestTools.WebTesting::FormPostParameter
Microsoft.VisualStudio.TestTools.WebTesting::FileUploadParameter
| 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. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a clone of the FormPostParameter object.(Overrides Parameter::Clone().) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
This is stored as an attribute/value pair that is identified by the Name and Value properties. Form POST parameters are collected from HTML tags that represent Submit Buttons, Text Fields, Radio Buttons, Check Boxes, Hidden Fields, and Password Fields among other tags that contain information to be transmitted to the server by using an HTTP post.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


