Variable CSPRequest::QueryString
Description:
This class contains the values for a given parameter that is sent by the client as a querystring.
 |
Prototype
CSPParamSet QueryString;
Remarks:
See class CSPParamSet.
Examples:
CSPString strUsername = Request.QueryString( "username" )( 0 );
|
|