Back to product page
- Introduction
- License agreement
- Getting Started
- Enumerations
- Objects
- How to get support?
- Technical information
- Fast notifications interface
- Error list
Redirect method
Redirects response to new URL.
Syntax
- Basic
object.Redirect (NewURL, [TempRedirect])
The Redirect(object,NewURL,TempRedirect) syntax has these parts:
The Redirect(object,NewURL,TempRedirect) syntax has these parts:
object | An expression evaluating to an object of type WebResponse |
NewURL | A String value. New URL (may include other hostname) where client is redirected. |
TempRedirect | Optional. A Variant value. Defines if client receives 'temporary' or 'permanent' redirection notice. |