Return to v2.5.0 docs

setResponse()


Controller Rendering Functions void controller


Sets content that CFWheels will send to the client in response to the request.

Name Type Required Default Description
content string Yes The content to send to the client.
setResponse(newReponse);

Related Functions

Rendering Functions