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

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public static void RedirectPermanent(
	string url,
	string siteName
)

Parameters

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