Click or drag to resize
URLHelperUsePermanentRedirect Method
If true, permanent redirection (301) is used instead of regular (302) redirection.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static bool UsePermanentRedirect(
	string siteName
)

Parameters

siteName
Type: SystemString
Site name

Return Value

Type: Boolean
See Also