ODataPathParameterBindingAttribute Class

Definition

Implementation of System.Web.Http.ParameterBindingAttribute used to bind an instance of ODataPath as an action parameter.

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

Constructors

ODataPathParameterBindingAttribute()

Initializes a new instance of the ODataPathParameterBindingAttribute class.

Methods

GetBinding(HttpParameterDescriptor)

Gets the parameter binding.

Applies to