|   | 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.257-beta
 Syntax
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();
Property Value
BooleanImplements
IHostedHttpHandlerUseClientCache Remarks
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
See Also