Enable chrome template cache.

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

Syntax

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

Property Value

Type: Boolean

See Also