TAG:CFFORWARD

last edited byusericondenny on 01-Oct-2011

Contents

Return to Tags or Functions

cfforward

Syntax

<cfforward
	template="string">

This tag is also supported within cfscript.

<cfscript>
  forward string expression;
</cfscript>

[] = Optional attribute

Description

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

Body

This tag can't have a body.

Attributes

The attributes for this tag are fixed. Except for the following attributes no other attributes are allowed.

Name Type Required Description
template string Yes template path to forward to

 
Download in other Formats:
markup Markup | pdf PDF | html HTML | word Word