Click or drag to resize
IResponseRedirectPermanent Method
Performs a permanent redirect from the requested URL to the specified URL, and provides the option to complete the response.

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

Parameters

url
Type: SystemString
The location to which the request is redirected.
endResponse
Type: SystemBoolean
to terminate the response.
See Also