C# 클래스 Zephyr.Web.Mvc.ZephyrViewEngineVirtualPathProvider

상속: System.Web.Hosting.VirtualPathProvider
파일 보기 프로젝트 열기: marufbd/Zephyr.NET 1 사용 예제들

공개 메소드들

메소드 설명
FileExists ( string virtualPath ) : bool

Gets a value that indicates whether a file exists in the virtual file system.

GetCacheDependency ( string virtualPath, System virtualPathDependencies, System.DateTime utcStart ) : System.Web.Caching.CacheDependency

Creates a cache dependency based on the specified virtual paths.

GetFile ( string virtualPath ) : System.Web.Hosting.VirtualFile

Gets a virtual file from the virtual file system.

비공개 메소드들

메소드 설명
PathExists ( string path ) : bool

Check if a path exists in the virtual file system.

메소드 상세

FileExists() 공개 메소드

Gets a value that indicates whether a file exists in the virtual file system.
public FileExists ( string virtualPath ) : bool
virtualPath string The path to the virtual file.
리턴 bool

GetCacheDependency() 공개 메소드

Creates a cache dependency based on the specified virtual paths.
public GetCacheDependency ( string virtualPath, System virtualPathDependencies, System.DateTime utcStart ) : System.Web.Caching.CacheDependency
virtualPath string The path to the primary virtual resource.
virtualPathDependencies System An array of paths to other resources required by the primary virtual resource.
utcStart System.DateTime The UTC time at which the virtual resources were read.
리턴 System.Web.Caching.CacheDependency

GetFile() 공개 메소드

Gets a virtual file from the virtual file system.
public GetFile ( string virtualPath ) : System.Web.Hosting.VirtualFile
virtualPath string The path to the virtual file.
리턴 System.Web.Hosting.VirtualFile