This method retrieves the QueryString collection of the Request object.
HRESULT get_QueryString(
IRequestDictionary ** ppDictReturn
//pointer to an IRequestDictionary interface pointer that receives the QueryString collection
);
© Microsoft Corporation. All rights reserved.