Click or drag to resize
AdministrationUrlHelperGetAccessDeniedUrl Method (String)
Gets URL for the access denied page which displays specified localized string.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
public static string GetAccessDeniedUrl(
	string resourceString
)

Parameters

resourceString
Type: SystemString
Resource string to display

Return Value

Type: String
Access Denied page URL
See Also