다음을 통해 공유


AsyncControllerActionInvoker.GetControllerDescriptor 메서드

정의

컨트롤러 설명자를 반환합니다.

protected override System.Web.Mvc.ControllerDescriptor GetControllerDescriptor (System.Web.Mvc.ControllerContext controllerContext);
override this.GetControllerDescriptor : System.Web.Mvc.ControllerContext -> System.Web.Mvc.ControllerDescriptor
Protected Overrides Function GetControllerDescriptor (controllerContext As ControllerContext) As ControllerDescriptor

매개 변수

controllerContext
ControllerContext

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

반환

컨트롤러 설명자입니다.

적용 대상