CachePath Property

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Gets or Sets the cache path. If null, no caching mechanism will be used.

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

Syntax

C#
public string CachePath { get; set; }
Visual Basic
Public Property CachePath As String
	Get
	Set
Visual C++
public:
property String^ CachePath {
	String^ get ();
	void set (String^ value);
}

See Also