Raw

Takes one parameter, the contents of which are used for the HTTP Reply Body

Usage:

This command provides direct access to the HTTP Reply Body, without any processing being performed by the Template engine. Typically, this would be used for sending a dynamically generated or custom loaded file for download. When sending a file for download, if the content is not HTML, be sure to use the HttpType command to set the Content-Type accordingly.

This command should not typically be used for handling Ajax requests, instead, use the AjaxReply command to clear the Template, but still run the Template engine to handle any dynamic Template Insertion Points you may use, and to apply the user's language in a multilingual system.