CFSAVECONTENT
Allows you to capture complete blocks of output and instead of sending to the request, will catch them and store them into the variable provided
Usage
<cfsavecontent> ... </cfsavecontent>
Attributes
Attribute | default | required | summary |
---|---|---|---|
ATTRIBUTECOLLECTION | A structure containing the tag attributes | ||
VARIABLE | The name of the variable that the content will be stored in | ||
TRIM | false | Trim all the whitespace from the result content |