ReflectedControllerDescriptor(Type) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy ReflectedControllerDescriptor.

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

Parametry

controllerType
Type

Typ kontrolera.

Wyjątki

Parametr controllerType ma wartość null.

Dotyczy