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.
HttpParameterDescriptor Constructor
Namespace:
System.Web.Http.Controllers
Assembly: System.Web.Http (in System.Web.Http.dll)
| Name | Description | |
|---|---|---|
![]() | HttpParameterDescriptor() | Initializes a new instance of the HttpParameterDescriptor class. |
![]() | HttpParameterDescriptor(HttpActionDescriptor^) | Initializes a new instance of the HttpParameterDescriptor class. |
HttpParameterDescriptor Constructor ()
Initializes a new instance of the HttpParameterDescriptor class.
HttpParameterDescriptor Constructor (HttpActionDescriptor^)
Initializes a new instance of the HttpParameterDescriptor class.
Parameters
- actionDescriptor
-
Type:
System.Web.Http.Controllers::HttpActionDescriptor^
The action descriptor.
Show:
