HtmlWebCacheOnly Property  | 
 
            Gets or Sets a value indicating whether to get document only from the cache.
            If this is set to true and document is not found in the cache, nothing will be loaded.
            
 
    Namespace: 
   WorkflowGen.My.HtmlAgilityPack
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
Syntaxpublic bool CacheOnly { get; set; }Public Property CacheOnly As Boolean
	Get
	Set
Property Value
Type: 
Boolean
See Also