<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
|
edit
template path to forward to |
Examples
editThere are currently no examples for this tag.
See also
- <cflocation>
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)