CacheOnly Property

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
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: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public bool CacheOnly { get; set; }
Visual Basic
Public Property CacheOnly As Boolean
	Get
	Set
Visual C++
public:
property bool CacheOnly {
	bool get ();
	void set (bool value);
}

See Also