Click or drag to resize
IServerTransfer Method
Terminates execution of the current process and starts execution of a page or handler that is specified with a URL.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
void Transfer(
	string path
)

Parameters

path
Type: SystemString
The URL of the page or handler to execute.
See Also