ODataModelBinderProvider 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.
Provides a System.Web.Http.ModelBinding.IModelBinder for EDM primitive types.
public class ODataModelBinderProvider : System.Web.Http.ModelBinding.ModelBinderProvider
type ODataModelBinderProvider = class
inherit ModelBinderProvider
Public Class ODataModelBinderProvider
Inherits ModelBinderProvider
- Inheritance
-
System.Web.Http.ModelBinding.ModelBinderProviderODataModelBinderProvider
Remarks
This class is similar to ODataModelBinder in AspNetCore. The flow is similar but the type are dissimilar enough making a common version more complex than separate versions.
Constructors
ODataModelBinderProvider() |
Methods
GetBinder(HttpConfiguration, Type) | System.Web.Http.ModelBinding.ModelBinderProvider.GetBinder(System.Web.Http.HttpConfiguration,System.Type) |