Terminates execution of the current process and starts execution of a page or handler that is specified with a URL.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax void Transfer(
string path
)
Parameters
- path
- Type: SystemString
The URL of the page or handler to execute.
See Also