Function CSPCookie::operator const CSPString&()
Description:
Retrieves the content of the cookie.
 |
Prototype:
operator const CSPString&() const;
Arguments:
No arguments (void).
Return value:
Returns a reference to the content of the value.
Examples:
CSPString strCookie = Request.Cookies( "mycookie" );
|
|