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.
HttpActionDescriptor Constructor
Namespace:
System.Web.Http.Controllers
Assembly: System.Web.Http (in System.Web.Http.dll)
| Name | Description | |
|---|---|---|
![]() | HttpActionDescriptor() | Initializes a new instance of the HttpActionDescriptor class. |
![]() | HttpActionDescriptor(HttpControllerDescriptor^) | Initializes a new instance of the HttpActionDescriptor class with specified information that describes the controller of the action.. |
HttpActionDescriptor Constructor ()
Initializes a new instance of the HttpActionDescriptor class.
HttpActionDescriptor Constructor (HttpControllerDescriptor^)
Initializes a new instance of the HttpActionDescriptor class with specified information that describes the controller of the action..
Parameters
- controllerDescriptor
-
Type:
System.Web.Http.Controllers::HttpControllerDescriptor^
The information that describes the controller of the action.
Show:
