Gets the URL to show the given page.

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

Syntax

C#
string NavigateURL(
	int tabID,
	string controlKey,
	params string[] additionalParameters
)
Visual Basic
Function NavigateURL ( 
	tabID As Integer,
	controlKey As String,
	ParamArray additionalParameters As String()
) As String

Parameters

tabID
Type: System..::..Int32
The tab ID.
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