Function CSPTemplate::operator const CSPString&()
Description:
Extracts the render output of this template object.
 |
Prototype:
operator const CSPString&() const;
Arguments:
No arguments (void).
Return value:
Returns the rendered output string.
Examples:
Response.Write( Template );
See also:
member functions Render(), Echo()
|
|