AdministrationUrlHelperGetAccessDeniedUrlWithMessage Method |
Gets URL for the access denied page which displays specified message.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static string GetAccessDeniedUrlWithMessage(
string message
)
Parameters
- message
- Type: SystemString
Message to display.
Return Value
Type:
StringAccess Denied page URL
See Also