View Helpers
contentForLayout()
Signature
Section titled “Signature”contentForLayout() — returns string
Available in: controller
Category: Miscellaneous Functions
Description
Section titled “Description”Includes content for the body section, which equates to the output generated by the view template run by the request.
Examples
Section titled “Examples”<!--- In `views/layout.cfm` ---> #contentForLayout()#