Get the URL to show the "access denied" message.

Namespace: DotNetNuke.Common
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static string AccessDeniedURL(
	string Message
)
Visual Basic
Public Shared Function AccessDeniedURL ( 
	Message As String
) As String

Parameters

Message
Type: System..::..String
The message to display.

Return Value

URL to access denied view

See Also