HtmlWebGetCachePath Method |
Gets the cache file path for a specified url.
Namespace:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.3.0.0 (4.3.0.0)
Syntax public string GetCachePath(
Uri uri
)
Public Function GetCachePath (
uri As Uri
) As String
Parameters
- uri
- Type: SystemUri
The url fo which to retrieve the cache path. May not be null.
Return Value
Type:
StringThe cache file path.
See Also