This documentation is archived and is not being maintained.
HttpResponse.Redirect Method
Visual Studio 2008
Redirects a client to a new URL.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Redirect(String) | Redirects a client to a new URL and specifies the new URL. |
|
Redirect(String, Boolean) | Redirects a client to a new URL. Specifies the new URL and whether execution of the current page should terminate. |
Show: