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)

Syntax

public virtual HttpActionBinding ActionBinding { get; set; }
public:
property HttpActionBinding^ ActionBinding {
    virtual HttpActionBinding^ get();
    virtual void set(HttpActionBinding^ value);
}
abstract ActionBinding : HttpActionBinding with get, set
override ActionBinding : HttpActionBinding with get, set
Public Overridable Property ActionBinding As HttpActionBinding

Property Value

Type: System.Web.Http.Controllers.HttpActionBinding

The binding that describes the action.

See Also

HttpActionDescriptor Class
System.Web.Http.Controllers Namespace

Return to top