Table of Contents

Class ODataQueryParameterBindingAttribute

Namespace
System.Web.Http.OData
Assembly
System.Web.Http.OData.dll

A System.Web.Http.ParameterBindingAttribute to bind parameters of type ODataQueryOptions to the OData query from the incoming request.

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Parameter, Inherited = true, AllowMultiple = false)]
public sealed class ODataQueryParameterBindingAttribute : ParameterBindingAttribute
Inheritance
ODataQueryParameterBindingAttribute

Constructors

ODataQueryParameterBindingAttribute()

public ODataQueryParameterBindingAttribute()

Methods

GetBinding(HttpParameterDescriptor)

public override HttpParameterBinding GetBinding(HttpParameterDescriptor parameter)

Parameters

parameter HttpParameterDescriptor

Returns

HttpParameterBinding