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。

适用于