<cfforward>

Leads the request to a different page. This tag acts like the tag cflocation except that the relocation is done directly on the server.

This tag cannot have a body.

This tag is also supported within <cfscript>

<cfforward template=string >
Attribute Description
template
string, required

template path to forward to

Examples

There are currently no examples for this tag.

See also