Output cache location for page output caching.

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

Syntax

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

Property Value

Type: OutputCacheLocation

See Also