Gets or sets whether to use client-side caching of any generated map image.
Namespace:
EGIS.Web.ControlsAssembly: EGIS.Web.Controls (in EGIS.Web.Controls.dll)
Syntax
Visual Basic |
---|
<BindableAttribute(True)> _ Public Property CacheOnClient As Boolean Get Set |
C# |
---|
[BindableAttribute(true)] public bool CacheOnClient { get; set; } |
Visual C++ |
---|
[BindableAttribute(true)] public: property bool CacheOnClient { bool get (); void set (bool value); } |
JavaScript |
---|
function get_cacheOnClient(); function set_cacheOnClient(value); |
Remarks
By default CacheOnClient will be set to true. This means that cache-specific HTTP headers will be set on generated map images. This will generally improve map performance as successive map images are cached by client web-browsers, however in some cases this is not desirable.
If you are using CustomRenderSettings then it may be neccessary to set CacheOnClient ot False