C# Класс Rebel.Cms.Web.EmbeddedViewEngine.EmbeddedViewVirtualFile

Represents a Virtual file for an embedded View resource
Наследование: System.Web.Hosting.VirtualFile
Показать файл Открыть проект

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

Метод Описание
GetContents ( ) : string

Return the string representation of the file

Open ( ) : Stream

Opens the resource as as Stream

Приватные методы

Метод Описание
EmbeddedViewVirtualFile ( string resourcePath, string virtualPath ) : System.IO

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

GetContents() публичный Метод

Return the string representation of the file
public GetContents ( ) : string
Результат string

Open() публичный Метод

Opens the resource as as Stream
public Open ( ) : Stream
Результат System.IO.Stream