다음을 통해 공유


ControllerActionInvoker.InvokeActionMethod 메서드

정의

지정된 매개 변수와 컨트롤러 컨텍스트를 사용하여 지정된 동작 메서드를 호출합니다.

protected virtual System.Web.Mvc.ActionResult InvokeActionMethod(System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ActionDescriptor actionDescriptor, System.Collections.Generic.IDictionary<string,object> parameters);
abstract member InvokeActionMethod : System.Web.Mvc.ControllerContext * System.Web.Mvc.ActionDescriptor * System.Collections.Generic.IDictionary<string, obj> -> System.Web.Mvc.ActionResult
override this.InvokeActionMethod : System.Web.Mvc.ControllerContext * System.Web.Mvc.ActionDescriptor * System.Collections.Generic.IDictionary<string, obj> -> System.Web.Mvc.ActionResult
Protected Overridable Function InvokeActionMethod (controllerContext As ControllerContext, actionDescriptor As ActionDescriptor, parameters As IDictionary(Of String, Object)) As ActionResult

매개 변수

controllerContext
ControllerContext

컨트롤러 컨텍스트입니다.

actionDescriptor
ActionDescriptor

작업 설명자입니다.

parameters
IDictionary<String,Object>

매개 변수입니다.

반환

동작 메서드 실행 결과입니다.

적용 대상