WebFileCacheRequestOptionsDontUseLastModified Property |
Gets or sets a value indicating whether to use the last-modified-since HTTP header, if the file already exists.
Namespace:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public virtual bool DontUseLastModified { get; set; }
Property Value
Type:
Booleantrue if the last modified-since HTTP header is not used; otherwise,
false.
See Also