C# 클래스 FeatureSwitch.AspNet.Mvc.AssemblyEmbeddedResourceProvider

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

공개 메소드들

메소드 설명
FileExists ( string virtualPath ) : bool
GetCacheDependency ( string virtualPath, IEnumerable virtualPathDependencies, System.DateTime utcStart ) : System.Web.Caching.CacheDependency
GetFile ( string virtualPath ) : System.Web.Hosting.VirtualFile

비공개 메소드들

메소드 설명
GetResourceName ( string virtualPath ) : string
ShouldHandle ( string virtualPath ) : bool
TranslateToResource ( string url ) : string

메소드 상세

FileExists() 공개 메소드

public FileExists ( string virtualPath ) : bool
virtualPath string
리턴 bool

GetCacheDependency() 공개 메소드

public GetCacheDependency ( string virtualPath, IEnumerable virtualPathDependencies, System.DateTime utcStart ) : System.Web.Caching.CacheDependency
virtualPath string
virtualPathDependencies IEnumerable
utcStart System.DateTime
리턴 System.Web.Caching.CacheDependency

GetFile() 공개 메소드

public GetFile ( string virtualPath ) : System.Web.Hosting.VirtualFile
virtualPath string
리턴 System.Web.Hosting.VirtualFile