HttpResponse.Redirect Method
.NET Framework 3.0
Redirects a client to a new URL.
| Name | Description |
|---|---|
| HttpResponse.Redirect (String) | Redirects a client to a new URL and specifies the new URL. |
| HttpResponse.Redirect (String, Boolean) | Redirects a client to a new URL. Specifies the new URL and whether execution of the current page should terminate. |
Community Additions
ADD
Show: