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

控制器的类型。

适用于