C# Class Castle.MonoRail.Razor.RazorViewEngine

Inheritance: VirtualPathProviderViewEngine
Afficher le fichier Open project: johnsimons/MonoRail3

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
RazorViewEngine ( ) : System

Méthodes protégées

Méthode Description
CreateView ( string viewPath, string layoutPath ) : IView
FileExists ( string path ) : bool

Method Details

CreateView() protected méthode

protected CreateView ( string viewPath, string layoutPath ) : IView
viewPath string
layoutPath string
Résultat IView

FileExists() protected méthode

protected FileExists ( string path ) : bool
path string
Résultat bool

RazorViewEngine() public méthode

public RazorViewEngine ( ) : System
Résultat System