NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpServerUtility.Transfer

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
);

Parameters

path
URL to transfer control to.

See Also

HttpServerUtility Class | HttpServerUtility Members | System.Web Namespace