Terminates execution of the current page and begins execution of a new request using the supplied URL path.
[Visual Basic] Public Sub Transfer( _ ByVal path As String _ ) [C#] public void Transfer( string path ); [C++] public: void Transfer( String* path ); [JScript] public function Transfer( path : String );
HttpServerUtility Class | HttpServerUtility Members | System.Web Namespace