Gets web site root folder (Local path).

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static string RootFolder { get; }
Visual Basic
Public Shared ReadOnly Property RootFolder As String
	Get
Visual C++
public:
static property String^ RootFolder {
	String^ get ();
}
F#
static member RootFolder : string with get

Property Value

Type: String
The root folder.

See Also