Gets or sets the host path.

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

Syntax

C#
public static string HostPath { get; }
Visual Basic
Public Shared ReadOnly Property HostPath As String
	Get

Field Value

ApplicationPath + "/Portals/_default/"

See Also