|
CsvDownloadHandlerUseClientCache Property
|
Determines if client cache should be enabled for rendered handler content.
Namespace: GSF.Web.Model.HandlersAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.246-beta
Syntaxpublic bool UseClientCache { get; }
Public ReadOnly Property UseClientCache As Boolean
Get
public:
virtual property bool UseClientCache {
bool get () sealed;
}
abstract UseClientCache : bool with get
override UseClientCache : bool with get
function get_UseClientCache();
View SourceProperty Value
BooleanImplements
IHostedHttpHandlerUseClientCache
Remarks
If rendered handler content does not change often, the server and client will use the
GetContentHash(HttpRequestMessage) to determine if the client needs to refresh the content.
See Also