Gets the URL to the given page.
Namespace: DotNetNuke.CommonAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[BrowsableAttribute(false)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] public static string NavigateURL( int tabID, bool isSuperTab ) |
Visual Basic |
---|
<BrowsableAttribute(false)> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> Public Shared Function NavigateURL ( tabID As Integer, isSuperTab As Boolean ) 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.