Method | Description | |
---|---|---|
FileExists ( string virtualPath ) : bool | ||
GetCacheDependency ( string virtualPath, IEnumerable virtualPathDependencies, System.DateTime utcStart ) : System.Web.Caching.CacheDependency | ||
GetFile ( string virtualPath ) : System.Web.Hosting.VirtualFile |
Returns the view resource stream
|
public FileExists ( string virtualPath ) : bool | ||
virtualPath | string | |
return | bool |
public GetCacheDependency ( string virtualPath, IEnumerable virtualPathDependencies, System.DateTime utcStart ) : System.Web.Caching.CacheDependency | ||
virtualPath | string | |
virtualPathDependencies | IEnumerable | |
utcStart | System.DateTime | |
return | System.Web.Caching.CacheDependency |
public GetFile ( string virtualPath ) : System.Web.Hosting.VirtualFile | ||
virtualPath | string | |
return | System.Web.Hosting.VirtualFile |