|
<cfforward template="string">
This tag is also supported within cfscript.
<cfscript> forward string expression; </cfscript>
[] = Optional attribute
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 can't have a body.
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 |
Categories: