Indicates if browser is to manage virtual paths, making all URLs path independant and allowing sites to change the virtual root.

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

Syntax

C#
public bool ManageVirtualPaths { get; set; }
Visual Basic
Public Property ManageVirtualPaths As Boolean
	Get
	Set
Visual C++
public:
property bool ManageVirtualPaths {
	bool get ();
	void set (bool value);
}
F#
member ManageVirtualPaths : bool with get, set

Property Value

Type: Boolean

See Also