次の方法で共有


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

コントローラーの種類。

適用対象