Contents

cfinclude

Description

Lets you embed references to ColdFusion pages in CFML. You can embed cfinclude tags recursively. For an additional method of encapsulating CFML

Category

Other

Implemented

Usage Syntax

<cfinclude  template="String"/>

[] = Optional attribute

Attributes

Name Type Required Default Description
template String Yes A logical path to an existing page.

Example Usage