ReflectedAsyncControllerDescriptor Constructor

Visual Studio 2010

Initializes a new instance of the ReflectedAsyncControllerDescriptor class.

Namespace:  System.Web.Mvc.Async
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

public:
ReflectedAsyncControllerDescriptor(
	Type^ controllerType
)

Parameters

controllerType
Type: System::Type
The type of the controller.

Community Additions

ADD
Show: