Share via


ReflectedControllerDescriptor(Type) Constructeur

Définition

Initialise une nouvelle instance de la classe ReflectedControllerDescriptor.

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

Paramètres

controllerType
Type

Type du contrôleur.

Exceptions

Le paramètre controllerType est null.

S’applique à