Gets the URL to show the control associated with the given control key.

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

Syntax

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

Parameters

controlKey
Type: System..::..String
The control key, or Empty or null.
additionalParameters
Type: array<System..::..String>[]()[][]
Any additional parameters, in "key=value" format.

Return Value

Formatted URL.

See Also