ReflectedControllerDescriptor(Type) Constructor

Definition

Initializes a new instance of the ReflectedControllerDescriptor class.

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

Parameters

controllerType
Type

The type of the controller.

Exceptions

The controllerType parameter is null.

Applies to