다음을 통해 공유


ReflectedControllerDescriptor(Type) 생성자

정의

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

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

매개 변수

controllerType
Type

컨트롤러의 형식입니다.

예외

controllerType 매개 변수가 null인 경우

적용 대상