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

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

Méthodes publiques

Méthode Description
Process ( ViewContext viewContext, TextWriter writer ) : void
WebFormView ( IWebFormFactory webFormFactory, string viewPath, string layoutPath ) : System

Private Methods

Méthode Description
RenderViewPage ( ViewContext context, ViewPage page ) : void

Method Details

Process() public méthode

public Process ( ViewContext viewContext, TextWriter writer ) : void
viewContext ViewContext
writer System.IO.TextWriter
Résultat void

WebFormView() public méthode

public WebFormView ( IWebFormFactory webFormFactory, string viewPath, string layoutPath ) : System
webFormFactory IWebFormFactory
viewPath string
layoutPath string
Résultat System