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 です。

適用対象