Whether or not to cache requested image requests on the server

Namespace:  EGIS.Web.Controls
Assembly:  EGIS.Web.Controls (in EGIS.Web.Controls.dll)

Syntax

Visual Basic
Protected Overridable ReadOnly Property CacheOnServer As Boolean
	Get
C#
protected virtual bool CacheOnServer { get; }
Visual C++
protected:
virtual property bool CacheOnServer {
	bool get ();
}
JavaScript
function get_cacheOnServer();

Remarks

Default value is true. Derived classes should override if neccessary

See Also