FromODataUriAttribute 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.
An implementation of System.Web.Http.ParameterBindingAttribute that can bind URI parameters using OData conventions.
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=true)]
public sealed class FromODataUriAttribute : System.Web.Http.ModelBinding.ModelBinderAttribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=true)]
public sealed class FromODataUriAttribute : Microsoft.AspNetCore.Mvc.ModelBinderAttribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=true)>]
type FromODataUriAttribute = class
inherit ModelBinderAttribute
Public NotInheritable Class FromODataUriAttribute
Inherits ModelBinderAttribute
- Inheritance
-
System.Web.Http.ModelBinding.ModelBinderAttributeFromODataUriAttribute
- Inheritance
-
FromODataUriAttribute
- Attributes
Constructors
FromODataUriAttribute() |
Instantiates a new instance of the FromODataUriAttribute class. |
Methods
GetBinding(HttpParameterDescriptor) |
Gets the binding for a parameter. |