Controller
renderNothing()
Signature
Section titled “Signature”renderNothing() — returns void
Available in: controller
Category: Rendering Functions
Description
Section titled “Description”Instructs the controller to render an empty string when it’s finished processing the action.
This is very similar to calling cfabort with the advantage that any after filters you have set on the action will still be run.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
status | string | no | [runtime expression] | Force request to return with specific HTTP status code. |