Gets the URL to the given page.

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

Syntax

C#
string NavigateURL(
	int tabID,
	bool isSuperTab
)
Visual Basic
Function NavigateURL ( 
	tabID As Integer,
	isSuperTab As Boolean
) As String

Parameters

tabID
Type: System..::..Int32
The tab ID.
isSuperTab
Type: System..::..Boolean
if set to true the page is a "super-tab," i.e. a host-level page.

Return Value

Formatted URL.

See Also