Gets the URL to show the given page.
Namespace: DotNetNuke.CommonAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public static string NavigateURL( int tabID, bool isSuperTab, PortalSettings settings, string controlKey, string language, string pageName, params string[] additionalParameters ) |
Visual Basic |
---|
Public Shared Function NavigateURL ( tabID As Integer, isSuperTab As Boolean, settings As PortalSettings, controlKey As String, language As String, pageName 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.
- language
- Type: System..::..String
The language code.
- pageName
- Type: System..::..String
The page name to pass to FriendlyUrl(TabInfo, String, String).
- additionalParameters
- Type: array<System..::..String>[]()[][]
Any additional parameters.