HtmlWebGetCachePath Method  | 
 
            Gets the cache file path for a specified url.
            
 
    Namespace: 
   WorkflowGen.My.HtmlAgilityPack
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
Syntaxpublic 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