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 Constructor

 

HttpControllerDescriptor Constructor ()

Initializes a new instance of the HttpControllerDescriptor class.

public:
HttpControllerDescriptor()
Return to top

HttpControllerDescriptor Constructor (HttpConfiguration^, String^, Type^)

Initializes a new instance of the HttpControllerDescriptor class.

public:
HttpControllerDescriptor(
	HttpConfiguration^ configuration,
	String^ controllerName,
	Type^ controllerType
)

Parameters

configuration
Type: System.Web.Http::HttpConfiguration^

The configuration.

controllerName
Type: System::String^

The controller name.

controllerType
Type: System::Type^

The controller type.

Return to top
Show: