C# Class Rebel.Cms.Web.EmbeddedViewEngine.EmbeddedViewVirtualPathProvider

Virtual path provider for returning embedded Views
the virtual path format is: ~/EV.axd/_EV_MD5HASHOFURLLOCATION or ~/EV.axd/FQN.OF.VIEW,SPECIFIEDASSEMBLY
Inheritance: System.Web.Hosting.VirtualPathProvider
Mostra file Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Public Methods

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

Method Details

FileExists() public method

public FileExists ( string virtualPath ) : bool
virtualPath string
return bool

GetCacheDependency() public method

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

GetFile() public method

Returns the view resource stream
public GetFile ( string virtualPath ) : System.Web.Hosting.VirtualFile
virtualPath string
return System.Web.Hosting.VirtualFile