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

Represents a Virtual file for an embedded View resource
Inheritance: System.Web.Hosting.VirtualFile
ファイルを表示 Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
GetContents ( ) : string

Return the string representation of the file

Open ( ) : Stream

Opens the resource as as Stream

Private Methods

Method Description
EmbeddedViewVirtualFile ( string resourcePath, string virtualPath ) : System.IO

Method Details

GetContents() public method

Return the string representation of the file
public GetContents ( ) : string
return string

Open() public method

Opens the resource as as Stream
public Open ( ) : Stream
return System.IO.Stream