C# Class Castle.MonoRail.Hosting.Mvc.WebFormsViewEngine

Inheritance: VirtualPathProviderViewEngine
ファイルを表示 Open project: johnsimons/MonoRail3

Private Properties

Property Type Description

Public Methods

Method Description
WebFormsViewEngine ( ) : 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

WebFormsViewEngine() public method

public WebFormsViewEngine ( ) : System
return System