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