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
Namespace:
System.Web.Http.Controllers
Assembly: System.Web.Http (in System.Web.Http.dll)
| Name | Description | |
|---|---|---|
![]() | HttpControllerDescriptor() | Initializes a new instance of the HttpControllerDescriptor class. |
![]() | HttpControllerDescriptor(HttpConfiguration^, String^, Type^) | Initializes a new instance of the HttpControllerDescriptor class. |
HttpControllerDescriptor Constructor ()
Initializes a new instance of the HttpControllerDescriptor class.
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.
Show:
