HttpServerUtilityWrapper::Transfer Method (String^)

 

Terminates execution of the current process and starts execution of a page or handler that is specified with a URL.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
virtual void Transfer(
	String^ path
) override

Parameters

path
Type: System::String^

The URL of the page or handler to execute.

.NET Framework
Available since 3.5
Return to top
Show: