Gets the URL to the given page.

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

Syntax

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

Parameters

tabID
Type: System..::..Int32
The tab ID.

Return Value

Formatted URL.

See Also