HttpServerUtilityBase::Transfer Method (String^)

 

When overridden in a derived class, 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
)

Parameters

path
Type: System::String^

The URL of the page or handler to execute.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: