HttpResponse.Redirect Method (System.Web)

Switch View :
ScriptFree
.NET Framework Class Library
HttpResponse.Redirect Method

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.

Overload List

  Name Description
Public method Redirect(String) Redirects a request to a new URL and specifies the new URL.
Public method Redirect(String, Boolean) Redirects a client to a new URL. Specifies the new URL and whether execution of the current page should terminate.
Top
See Also

Reference