Click or drag to resize
AdministrationUrlHelperGetAccessDeniedUrlWithMessage Method
Gets URL for the access denied page which displays specified message.

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

Parameters

message
Type: SystemString
Message to display.

Return Value

Type: String
Access Denied page URL
See Also