←Select platform

DisableBrowserCaching Property

Summary

Gets or sets a value that disables the browser images caching on the client machine.

Syntax

C#
VB
C++
public bool DisableBrowserCaching { get; set; } 
  
Public Property DisableBrowserCaching As Boolean 
public: 
property bool DisableBrowserCaching { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to disable the browser images caching on the client machine; otherwise, it is false.

Example

For an example, refer to Add(string,int32,int32).

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Web Assembly