FromCache Property

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Gets a value indicating if the last document was retrieved from the cache.

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

Syntax

C#
public bool FromCache { get; }
Visual Basic
Public ReadOnly Property FromCache As Boolean
	Get
Visual C++
public:
property bool FromCache {
	bool get ();
}

See Also