Compartir a través de


ReflectedControllerDescriptor(Type) Constructor

Definición

Inicializa una nueva instancia de la clase ReflectedControllerDescriptor.

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

Parámetros

controllerType
Type

Tipo del controlador.

Excepciones

El parámetro controllerType es null.

Se aplica a