Gets or sets the flag if page output cache is enabled in the admin mode.

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

Syntax

C#
public static bool EnablePageOutputCacheInAdminMode { get; }
Visual Basic
Public Shared ReadOnly Property EnablePageOutputCacheInAdminMode As Boolean
	Get
Visual C++
public:
static property bool EnablePageOutputCacheInAdminMode {
	bool get ();
}
F#
static member EnablePageOutputCacheInAdminMode : bool with get

Property Value

Type: Boolean
true if [enable page output cache in admin mode]; otherwise, false.

See Also