 |
Prototype:
const CSPParam& operator ()(const CSPString& strName) const;
Arguments:
- const CSPString& strName [IN]
The name of the parameter.
Return value:
Returns a reference to the requested parameter.
Remarks:
See member function GetParam().
Examples:
CSPString strFParam = Request.Form( "f_param" )(0); CSPString strQParam = Request.QueryString( "q_param" );
See also:
member function GetParam()
|