Gets ASP.Net theme path.

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

Syntax

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

Property Value

Type: String

See Also