Click or drag to resize
IResponseRedirect Method
Redirects a request to the specified URL and specifies whether execution of the current process should terminate.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
void Redirect(
	string url,
	bool endResponse
)

Parameters

url
Type: SystemString
The target location.
endResponse
Type: SystemBoolean
to terminate the response.
See Also