DisableBrowserCaching Property
Summary
Gets or sets a value that disables the browser images caching on the client machine.
Syntax
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.