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

'Declaration
Public Overridable Property ActionBinding As HttpActionBinding 
    Get 
    Set
'Usage
Dim instance As HttpActionDescriptor 
Dim value As HttpActionBinding 

value = instance.ActionBinding

instance.ActionBinding = value
public virtual HttpActionBinding ActionBinding { get; set; }
public:
virtual property HttpActionBinding^ ActionBinding {
    HttpActionBinding^ get ();
    void set (HttpActionBinding^ value);
}
abstract ActionBinding : HttpActionBinding with get, set 
override ActionBinding : HttpActionBinding with get, set
function get ActionBinding () : HttpActionBinding 
function set ActionBinding (value : HttpActionBinding)

Property Value

Type: System.Web.Http.Controllers.HttpActionBinding
The binding that describes the action.

See Also

Reference

HttpActionDescriptor Class

System.Web.Http.Controllers Namespace