Forward
Leads the request to a different page.
This function acts like the location functionality except that the relocation is done directly on the server and not the browser
Method Signature
Forward(template=[string])
Arguments
Argument
Type
Required
Description
Default
template
string
true
The logical path to which the request should be forwarded to.
Examples
Related
Last updated
Was this helpful?