Gets the URL to show the given page.

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

Syntax

C#
string NavigateURL(
	int tabID,
	bool isSuperTab,
	PortalSettings settings,
	string controlKey,
	params string[] additionalParameters
)
Visual Basic
Function NavigateURL ( 
	tabID As Integer,
	isSuperTab As Boolean,
	settings As PortalSettings,
	controlKey As String,
	ParamArray additionalParameters As String()
) 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.
settings
Type: DotNetNuke.Entities.Portals..::..PortalSettings
The portal settings.
controlKey
Type: System..::..String
The control key, or Empty or null.
additionalParameters
Type: array<System..::..String>[]()[][]
Any additional parameters.

Return Value

Formatted URL.

See Also