Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpControllerDescriptor::ControllerType Property

 

Gets or sets the type of the controller.

Namespace:   System.Web.Http.Controllers
Assembly:  System.Web.Http (in System.Web.Http.dll)

public:
property Type^ ControllerType {
	Type^ get();
	void set(Type^ value);
}

Property Value

Type: System::Type^

The type of the controller.

Return to top
Show: