HttpServerUtility.Transfer Method

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

Name Description
HttpServerUtility.Transfer (String) 1 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) 2 Terminates execution of the current page and begins execution of a new request by using a custom HTTP handler that implements the IHttpHandler3 interface and specifies whether to clear the QueryString4 and Form5 collections.
HttpServerUtility.Transfer (String, Boolean) 6 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.
Links Table
1http://msdn.microsoft.com/en-us/library/y4k58xk7(v=vs.80).aspx
2http://msdn.microsoft.com/en-us/library/8z9e2zxx(v=vs.80).aspx
3http://msdn.microsoft.com/en-us/library/system.web.ihttphandler(v=vs.80).aspx
4http://msdn.microsoft.com/en-us/library/system.web.httprequest.querystring(v=vs.80).aspx
5http://msdn.microsoft.com/en-us/library/system.web.httprequest.form(v=vs.80).aspx
6http://msdn.microsoft.com/en-us/library/caxa892w(v=vs.80).aspx
7http://msdn.microsoft.com/en-us/library/system.web.httpserverutility(v=vs.80).aspx
8http://msdn.microsoft.com/en-us/library/system.web.httpserverutility_members(v=vs.80).aspx
9http://msdn.microsoft.com/en-us/library/system.web(v=vs.80).aspx
Community Content Add
Annotations FAQ