WebFileCacheRequestOptionsDontUseLastModified Property |
Gets or sets a value indicating whether to use the last-modified-since HTTP header, if the file already exists.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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