C# Class Manos.Mvc.ViewResult

Inheritance: ActionResult
Afficher le fichier Open project: toptensoftware/manos

Méthodes publiques

Méthode Description
Process ( ControllerContext ctx ) : void
ViewResult ( MvcApp app, Controller controller, string viewname, object model, bool Partial ) : System

Method Details

Process() public méthode

public Process ( ControllerContext ctx ) : void
ctx ControllerContext
Résultat void

ViewResult() public méthode

public ViewResult ( MvcApp app, Controller controller, string viewname, object model, bool Partial ) : System
app MvcApp
controller Controller
viewname string
model object
Partial bool
Résultat System