Function CSPParamSet::operator ()()

Description:
Retrieves the requested client parameter by name. Same as member function GetParam().

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()
CSPParamSet | Intrinsic objects and classes | Class Categories | Online help home | Back

www.micronovae.com

Copyright © 2002 - 2005 Micronovae Ltd