Method | Description | |
---|---|---|
FileExists ( string virtualPath ) : bool | ||
GetCacheDependency ( string virtualPath, System virtualPathDependencies, System.DateTime utcStart ) : System.Web.Caching.CacheDependency | ||
GetFile ( string virtualPath ) : System.Web.Hosting.VirtualFile |
Method | Description | |
---|---|---|
IsServicePath ( string virtualPath ) : bool |
public FileExists ( string virtualPath ) : bool | ||
virtualPath | string | |
return | bool |
public GetCacheDependency ( string virtualPath, System virtualPathDependencies, System.DateTime utcStart ) : System.Web.Caching.CacheDependency | ||
virtualPath | string | |
virtualPathDependencies | System | |
utcStart | System.DateTime | |
return | System.Web.Caching.CacheDependency |
public GetFile ( string virtualPath ) : System.Web.Hosting.VirtualFile | ||
virtualPath | string | |
return | System.Web.Hosting.VirtualFile |