Gets the URL to the given page.

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

Syntax

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

Parameters

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

Return Value

Formatted URL.

See Also