Partager via


ReflectedAsyncControllerDescriptor(Type) Constructeur

Définition

Initialise une nouvelle instance de la classe ReflectedAsyncControllerDescriptor.

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

Paramètres

controllerType
Type

Type du contrôleur.

S’applique à