C# Class MvcToFubu.Core.Components.MvcToFubuControllerActionInvoker

Inheritance: System.Web.Mvc.ControllerActionInvoker
Afficher le fichier Open project: bobpace/MvcToFubu

Méthodes publiques

Méthode Description
InvokeAction ( System.Web.Mvc.ControllerContext controllerContext, string actionName ) : bool
MvcToFubuControllerActionInvoker ( IBehaviorChainInvoker behaviorChainInvoker ) : System

Method Details

InvokeAction() public méthode

public InvokeAction ( System.Web.Mvc.ControllerContext controllerContext, string actionName ) : bool
controllerContext System.Web.Mvc.ControllerContext
actionName string
Résultat bool

MvcToFubuControllerActionInvoker() public méthode

public MvcToFubuControllerActionInvoker ( IBehaviorChainInvoker behaviorChainInvoker ) : System
behaviorChainInvoker IBehaviorChainInvoker
Résultat System