ReflectedAsyncControllerDescriptor(Type) Constructor

Definition

Initializes a new instance of the ReflectedAsyncControllerDescriptor class.

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

Parameters

controllerType
Type

The type of the controller.

Applies to