C# 클래스 MvcToFubu.Core.Components.ControllerActionBehaviorChainInvoker

상속: IBehaviorChainInvoker
파일 보기 프로젝트 열기: bobpace/MvcToFubu

공개 메소드들

메소드 설명
ControllerActionBehaviorChainInvoker ( IContainer container, IActionNameProvider actionNameProvider, IBehaviorChainIdLookup behaviorChainIdLookup, Func mvcActionInvokerResolver ) : System
Invoke ( System.Action invokeMvcPipeline, System.Web.Mvc.ActionDescriptor actionDescriptor, System.Web.Mvc.ControllerContext controllerContext ) : bool

메소드 상세

ControllerActionBehaviorChainInvoker() 공개 메소드

public ControllerActionBehaviorChainInvoker ( IContainer container, IActionNameProvider actionNameProvider, IBehaviorChainIdLookup behaviorChainIdLookup, Func mvcActionInvokerResolver ) : System
container IContainer
actionNameProvider IActionNameProvider
behaviorChainIdLookup IBehaviorChainIdLookup
mvcActionInvokerResolver Func
리턴 System

Invoke() 공개 메소드

public Invoke ( System.Action invokeMvcPipeline, System.Web.Mvc.ActionDescriptor actionDescriptor, System.Web.Mvc.ControllerContext controllerContext ) : bool
invokeMvcPipeline System.Action
actionDescriptor System.Web.Mvc.ActionDescriptor
controllerContext System.Web.Mvc.ControllerContext
리턴 bool