|
IHostedHttpHandlerUseClientCache Property
|
Determines if client cache should be enabled for rendered handler content.
Namespace: GSF.Web.HostingAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.230-beta
Syntaxbool UseClientCache { get; }
ReadOnly Property UseClientCache As Boolean
Get
property bool UseClientCache {
bool get ();
}
abstract UseClientCache : bool with get
function get_UseClientCache();
View SourceProperty Value
Boolean
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