Click or drag to resize

CsvDownloadHandlerUseClientCache Property

Determines if client cache should be enabled for rendered handler content.

Namespace: GSF.Web.Model.Handlers
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public bool UseClientCache { get; }
View Source

Property Value

Boolean

Implements

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