Contains the POST method parameters of a Web query.
Contained In
Remarks
This element contains a text string. When you query a Web page for data, the parameters sent to the Web server can be sent in one of two methods: GET or POST. When you use the GET method, data values are included in the same line as the URL specified in the URLString element. If the URL exceeds 200 characters in length as a result of adding parameters, this element can be specified in order to contain the remainder of the URL. When you use the POST method, the data values specified in this element are sent in a separate line.