ReflectedControllerDescriptor(Type) Конструктор

Определение

Инициализирует новый экземпляр класса ReflectedControllerDescriptor.

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

Параметры

controllerType
Type

Тип контроллера.

Исключения

Параметр controllerType имеет значение null.

Применяется к