다음을 통해 공유


ReflectedAsyncControllerDescriptor(Type) 생성자

정의

ReflectedAsyncControllerDescriptor 클래스의 새 인스턴스를 초기화합니다.

public ReflectedAsyncControllerDescriptor (Type controllerType);
new System.Web.Mvc.Async.ReflectedAsyncControllerDescriptor : Type -> System.Web.Mvc.Async.ReflectedAsyncControllerDescriptor
Public Sub New (controllerType As Type)

매개 변수

controllerType
Type

컨트롤러의 형식입니다.

적용 대상