For how long (in days) to keep the content cached in the client's browser.

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

Syntax

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

Property Value

Type: Int32
The client cache maximum age.

See Also