|
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.207-beta
Syntax 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