ODataPathParameterBindingAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.ParameterBindingAttributeODataPathParameterBindingAttribute
- Inheritance
-
ODataPathParameterBindingAttribute
- Attributes
Constructors
ODataPathParameterBindingAttribute() |
Initializes a new instance of the ODataPathParameterBindingAttribute class. |
Methods
GetBinding(HttpParameterDescriptor) |
Gets the parameter binding. |