C# Class Castle.MonoRail.Razor.RazorViewEngine

Inheritance: VirtualPathProviderViewEngine
Exibir arquivo Open project: johnsimons/MonoRail3

Private Properties

Property Type Description

Public Methods

Method Description
RazorViewEngine ( ) : System

Protected Methods

Method Description
CreateView ( string viewPath, string layoutPath ) : IView
FileExists ( string path ) : bool

Method Details

CreateView() protected method

protected CreateView ( string viewPath, string layoutPath ) : IView
viewPath string
layoutPath string
return IView

FileExists() protected method

protected FileExists ( string path ) : bool
path string
return bool

RazorViewEngine() public method

public RazorViewEngine ( ) : System
return System