Freigeben über


ReflectedControllerDescriptor(Type) Konstruktor

Definition

Initialisiert eine neue Instanz der ReflectedControllerDescriptor-Klasse.

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

Parameter

controllerType
Type

Der Typ des Controllers.

Ausnahmen

Der controllerType-Parameter ist null.

Gilt für: