Programming Reference Manual
 
Syntax
 
object.UrlQueryString
 
Description
The query string of a resource.
 
Part
Description
object
Evaluates to a ParentRequest object
 

Data Type

String

Remarks

An example value is: aaa=111;bbb=222 if the actual URL is www.mywebsite.com/help/Chapter1.html? aaa=111;bbb=222.
 
See Also