다음을 통해 공유


ControllerActionInvoker.FindAction 메서드

정의

동작 메서드에 대한 정보를 찾습니다.

protected virtual System.Web.Mvc.ActionDescriptor FindAction (System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ControllerDescriptor controllerDescriptor, string actionName);
abstract member FindAction : System.Web.Mvc.ControllerContext * System.Web.Mvc.ControllerDescriptor * string -> System.Web.Mvc.ActionDescriptor
override this.FindAction : System.Web.Mvc.ControllerContext * System.Web.Mvc.ControllerDescriptor * string -> System.Web.Mvc.ActionDescriptor
Protected Overridable Function FindAction (controllerContext As ControllerContext, controllerDescriptor As ControllerDescriptor, actionName As String) As ActionDescriptor

매개 변수

controllerContext
ControllerContext

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

controllerDescriptor
ControllerDescriptor

컨트롤러 설명자입니다.

actionName
String

작업 이름입니다.

반환

동작 메서드에 대한 정보입니다.

적용 대상