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.

HttpParameterDescriptor Constructor

 

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

NameDescription
System_CAPS_protmethodHttpParameterDescriptor()

Initializes a new instance of the HttpParameterDescriptor class.

System_CAPS_protmethodHttpParameterDescriptor(HttpActionDescriptor^)

Initializes a new instance of the HttpParameterDescriptor class.

Return to top

HttpParameterDescriptor Constructor ()

Initializes a new instance of the HttpParameterDescriptor class.

protected:
HttpParameterDescriptor()
Return to top

HttpParameterDescriptor Constructor (HttpActionDescriptor^)

Initializes a new instance of the HttpParameterDescriptor class.

protected:
HttpParameterDescriptor(
	HttpActionDescriptor^ actionDescriptor
)

Parameters

actionDescriptor
Type: System.Web.Http.Controllers::HttpActionDescriptor^

The action descriptor.

Return to top
Show: