Gets the default URL for jquery mobile library.

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

Syntax

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

Property Value

Type: String
The j query mobile reference path.

See Also