Click or drag to resize
URLHelperPermanentRedirect Method

Note: This API is now obsolete.

Redirects the response using specified URL using permanent redirection using 301.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("This method is obsolete use UrlHelper.RedirectPermanent instead.")]
public static void PermanentRedirect(
	string url
)

Parameters

url
Type: SystemString
URL for redirection
See Also