Generates the Application root url (including the tab/page)

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

Syntax

C#
public static string ApplicationURL(
	int TabID
)
Visual Basic
Public Shared Function ApplicationURL ( 
	TabID As Integer
) As String

Parameters

TabID
Type: System..::..Int32
The id of the tab/page

Return Value

The formatted root url

Remarks

This overload takes the tabid (page id) as a parameter

See Also