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::ActionBinding Property

 

Gets or sets the binding that describes the action.

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

public:
property HttpActionBinding^ ActionBinding {
	virtual HttpActionBinding^ get();
	virtual void set(HttpActionBinding^ value);
}

Property Value

Type: System.Web.Http.Controllers::HttpActionBinding^

The binding that describes the action.

Return to top
Show: