Gets the URL to show the control associated with the given control key.

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

Syntax

C#
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public static string NavigateURL(
	string controlKey
)
Visual Basic
<BrowsableAttribute(false)> 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> 
Public Shared Function NavigateURL ( 
	controlKey As String
) As String

Parameters

controlKey
Type: System..::..String
The control key, or Empty or null.

Return Value

Formatted URL.

See Also