Sdílet prostřednictvím


ReflectedControllerDescriptor(Type) Konstruktor

Definice

Inicializuje novou instanci ReflectedControllerDescriptor třídy.

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

Parametry

controllerType
Type

Typ kontroleru.

Výjimky

Parametr controllerType má hodnotu null.

Platí pro