GetCachePath Method

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Gets the cache file path for a specified url.

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

Syntax

C#
public string GetCachePath(
	Uri uri
)
Visual Basic
Public Function GetCachePath ( _
	uri As Uri _
) As String
Visual C++
public:
String^ GetCachePath(
	Uri^ uri
)

Parameters

uri
Type: System..::..Uri
The url fo which to retrieve the cache path. May not be null.

Return Value

The cache file path.

See Also