C# Класс 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
Наследование: System.Web.Hosting.VirtualPathProvider
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

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() публичный Метод

Returns the view resource stream
public GetFile ( string virtualPath ) : System.Web.Hosting.VirtualFile
virtualPath string
Результат System.Web.Hosting.VirtualFile