UsingCache Property

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Gets or Sets a value indicating whether the caching mechanisms should be used or not.

Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

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

See Also