Click or drag to resize
URLRewriterRedirectPermanentInternal Method
Redirects the response using specified URL using permanent redirection using 301.

Namespace: CMS.URLRewritingEngine
Assembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual void RedirectPermanentInternal(
	string url,
	string siteName
)

Parameters

url
Type: SystemString
URL for redirection
siteName
Type: SystemString
Site name
See Also