You are viewing documentation for v1.0.x. Change

renderNothing()

Description

Renders a blank string to the browser. This is very similar to calling cfabort with the advantage that any after filters you have set on the action will still be run.

Function Syntax

renderNothing()

Parameters

None.

Examples

<!--- Render a blank white page to the browser --->
<cfset renderNothing()>