다음을 통해 공유


ReflectedActionDescriptor.Execute 메서드

정의

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

public override object Execute (System.Web.Mvc.ControllerContext controllerContext, System.Collections.Generic.IDictionary<string,object> parameters);
override this.Execute : System.Web.Mvc.ControllerContext * System.Collections.Generic.IDictionary<string, obj> -> obj
Public Overrides Function Execute (controllerContext As ControllerContext, parameters As IDictionary(Of String, Object)) As Object

매개 변수

controllerContext
ControllerContext

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

parameters
IDictionary<String,Object>

매개 변수입니다.

반환

작업 반환 값입니다.

예외

parameters 또는 controllerContext 매개 변수가 null입니다.

적용 대상