C# Class Guidelines.WebUI.ActionInvokers.IocActionInvoker

Inheritance: System.Web.Mvc.ControllerActionInvoker
Afficher le fichier Open project: basicdays/Guidelines Class Usage Examples

Méthodes publiques

Méthode Description
IocActionInvoker ( ICommandActionInvoker actionInvoker ) : System.Web.Mvc

Méthodes protégées

Méthode Description
CreateActionResult ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ActionDescriptor actionDescriptor, object actionReturnValue ) : System.Web.Mvc.ActionResult

Method Details

CreateActionResult() protected méthode

protected CreateActionResult ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ActionDescriptor actionDescriptor, object actionReturnValue ) : System.Web.Mvc.ActionResult
controllerContext System.Web.Mvc.ControllerContext
actionDescriptor System.Web.Mvc.ActionDescriptor
actionReturnValue object
Résultat System.Web.Mvc.ActionResult

IocActionInvoker() public méthode

public IocActionInvoker ( ICommandActionInvoker actionInvoker ) : System.Web.Mvc
actionInvoker ICommandActionInvoker
Résultat System.Web.Mvc