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

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

Syntax

C#
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public static string NavigateURL(
	int tabID,
	string controlKey
)
Visual Basic
<BrowsableAttribute(false)> 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> 
Public Shared 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