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

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

Syntax

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

Return Value

The formatted root url

Remarks

This overload assumes the current page

See Also