Click or drag to resize

HtmlWebGetCachePath Method

Gets the cache file path for a specified url.

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.2.0.0 (4.2.0.0)
Syntax
public string GetCachePath(
	Uri uri
)

Parameters

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

Return Value

Type: String
The cache file path.
See Also