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

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

Syntax

C#
string NavigateURL(
	string controlKey
)
Visual Basic
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