| 
            
              ReadonlyWebServerOptionsClientCacheEnabled Property
             | 
          
        
        
            Gets flag that determines if cache control is enabled for browser clients; default to true.
            
        
        Namespace: GSF.Web.HostingAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.258-beta
Syntaxpublic bool ClientCacheEnabled { get; }Public ReadOnly Property ClientCacheEnabled As Boolean
	Get
public:
property bool ClientCacheEnabled {
	bool get ();
}member ClientCacheEnabled : bool with get
function get_ClientCacheEnabled();
 View SourceProperty Value
Boolean
See Also