HttpServerUtility.Transfer Method (System.Web)

Switch View :
ScriptFree
.NET Framework Class Library
HttpServerUtility.Transfer Method

Terminates execution of the current page and begins execution of a new page for the current request.

Overload List

Name Description
HttpServerUtility.Transfer (String) For the current request, terminates execution of the current page and begins execution of a new page using the specified URL path to the page.
HttpServerUtility.Transfer (IHttpHandler, Boolean) Terminates execution of the current page and begins execution of a new request by using a custom HTTP handler that implements the IHttpHandler interface and specifies whether to clear the QueryString and Form collections.
HttpServerUtility.Transfer (String, Boolean) Terminates execution of the current page and begins execution of a new page using the specified URL path to the page. Specifies whether to clear the QueryString and Form collections.
See Also