ReflectedControllerDescriptor Constructor

Visual Studio 2010

Initializes a new instance of the ReflectedControllerDescriptor class.

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

public:
ReflectedControllerDescriptor(
	Type^ controllerType
)

Parameters

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

ExceptionCondition
ArgumentNullException

The controllerType parameter is nullptr.

Community Additions

ADD
Show: