 |
Prototype:
const CSPParam& operator [](unsigned long ulIndex) const;
Arguments:
- unsigned long ulIndex [IN]
The index of the requested parameter.
Return value:
Returns a reference to the requested parameter.
Remarks:
See member function GetParam().
Examples:
CSPString strFParamName = Request.Form[ 0 ].GetName(); CSPString strFParam = Request.Form[ 0 ].GetValue( 0 );
See also:
member function GetParam()
|