DisableBrowserCaching Property

Summary

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 WebImageViewer.OpenImageUrl.

Requirements

Target Platforms

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

Leadtools.Web Assembly