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 OpenImageUrl(String,Int32).

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Web Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.