Met Redirect
# ASP Redirect Method
* * Complete Response Object Reference Manual](#)
* * *
The Redirect method redirects the user to a different URL.
### Syntax
Response.Redirect URL
| Parameter | Description |
| --- | --- |
| URL | Required. The URL to which the user's browser is redirected. |
### Example
* * Complete Response Object Reference Manual](#)
YouTip