HttpActionBinding.ParameterBindings Property

 

Gets or sets the synchronous bindings for each parameter.

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

Syntax

public HttpParameterBinding[] ParameterBindings { get; set; }
public:
property array<HttpParameterBinding^>^ ParameterBindings {
    array<HttpParameterBinding^>^ get();
    void set(array<HttpParameterBinding^>^ value);
}
member ParameterBindings : HttpParameterBinding[] with get, set
Public Property ParameterBindings As HttpParameterBinding()

Property Value

Type: System.Web.Http.Controllers.HttpParameterBinding[]

The synchronous bindings for each parameter.

See Also

HttpActionBinding Class
System.Web.Http.Controllers Namespace

Return to top