HttpServerUtility.Transfer Method
.NET Framework 2.0
Terminates execution of the current page and begins execution of a new page for the current request.
| 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. |
Community Additions
ADD
Show: