C# Class ALE.Views.Razor.RazorView

Inheritance: IViewProcessor
Afficher le fichier Open project: blesh/ALE

Protected Properties

Свойство Type Description
ViewsDirectoryPath string
ViewsRoot string

Méthodes publiques

Méthode Description
Processor ( string path ) : RazorView
Render ( string view, object model, string>.Action callback ) : void

Méthodes protégées

Méthode Description
LoadView ( string view, string>.Action callback ) : void

Private Methods

Méthode Description
RazorView ( string viewsDirPath ) : System

Method Details

LoadView() protected méthode

protected LoadView ( string view, string>.Action callback ) : void
view string
callback string>.Action
Résultat void

Processor() public static méthode

public static Processor ( string path ) : RazorView
path string
Résultat RazorView

Render() public méthode

public Render ( string view, object model, string>.Action callback ) : void
view string
model object
callback string>.Action
Résultat void

Property Details

ViewsDirectoryPath protected_oe property

protected string ViewsDirectoryPath
Résultat string

ViewsRoot protected_oe property

protected string ViewsRoot
Résultat string