Redirect

Redirects the client browser to the specified URL and terminate any processing of the current web content

Redirect(1, 2)

OrdinalTypeDescription
1stringRequiredURL used to redirect the client browser via a HTTP 302 redirect
2BooleanIndicates whether the redirect is temporary or permanent. A value of true indicates a permanent HTTP 301 redirect. A value of false indicates a temporary HTTP 302 redirect.