Miscellaneous
setResponse()
Signature
Section titled “Signature”setResponse() — returns any
Description
Section titled “Description”Sets content that CFWheels will send to the client in response to the request.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
content | string | yes | — | The content to set as the response. |
Examples
Section titled “Examples”setResponse(newReponse);