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.

HttpActionDescriptor Constructor

 

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

NameDescription
System_CAPS_protmethodHttpActionDescriptor()

Initializes a new instance of the HttpActionDescriptor class.

System_CAPS_protmethodHttpActionDescriptor(HttpControllerDescriptor^)

Initializes a new instance of the HttpActionDescriptor class with specified information that describes the controller of the action..

Return to top

HttpActionDescriptor Constructor ()

Initializes a new instance of the HttpActionDescriptor class.

protected:
HttpActionDescriptor()
Return to top

HttpActionDescriptor Constructor (HttpControllerDescriptor^)

Initializes a new instance of the HttpActionDescriptor class with specified information that describes the controller of the action..

protected:
HttpActionDescriptor(
	HttpControllerDescriptor^ controllerDescriptor
)

Parameters

controllerDescriptor
Type: System.Web.Http.Controllers::HttpControllerDescriptor^

The information that describes the controller of the action.

Return to top
Show: