ODataQueryParameterBindingAttribute Class

Definition

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

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=true)]
public sealed class ODataQueryParameterBindingAttribute : System.Web.Http.ParameterBindingAttribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=true)]
public sealed class ODataQueryParameterBindingAttribute : Microsoft.AspNetCore.Mvc.ModelBinderAttribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=true)>]
type ODataQueryParameterBindingAttribute = class
    inherit ParameterBindingAttribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=true)>]
type ODataQueryParameterBindingAttribute = class
    inherit ModelBinderAttribute
Public NotInheritable Class ODataQueryParameterBindingAttribute
Inherits ParameterBindingAttribute
Public NotInheritable Class ODataQueryParameterBindingAttribute
Inherits ModelBinderAttribute
Inheritance
System.Web.Http.ParameterBindingAttribute
ODataQueryParameterBindingAttribute
Inheritance
ODataQueryParameterBindingAttribute
Attributes

Constructors

ODataQueryParameterBindingAttribute()

Instantiates a new instance of the ODataQueryParameterBindingAttribute class.

Methods

GetBinding(HttpParameterDescriptor) System.Web.Http.ParameterBindingAttribute.GetBinding(System.Web.Http.Controllers.HttpParameterDescriptor)

Applies to