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

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

Syntax

C#
string NavigateURL(
	int tabID,
	string controlKey
)
Visual Basic
Function NavigateURL ( 
	tabID As Integer,
	controlKey As String
) As String

Parameters

tabID
Type: System..::..Int32
The tab ID.
controlKey
Type: System..::..String
The control key, or Empty or null.

Return Value

Formatted URL.

See Also