<cfinclude>
Lets you embed references to pages in CFML.
You can embed cfinclude tags recursively.
This tag cannot have a body.
This tag is also supported within <cfscript>
<cfinclude
template=string
cachedwithin=object
runonce=boolean
>
Examples
Format for Cfinclude
<cfinclude template="test.cfm">
See also
- Core CFML Language
- <cfexit>
- <cfmodule>
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)