Table of Contents

Class ODataModelBinderProvider

Namespace
System.Web.Http.OData.Formatter
Assembly
System.Web.Http.OData.dll

Provides a System.Web.Http.ModelBinding.IModelBinder for EDM primitive types.

public class ODataModelBinderProvider : ModelBinderProvider
Inheritance
ODataModelBinderProvider

Constructors

ODataModelBinderProvider()

public ODataModelBinderProvider()

Methods

GetBinder(HttpConfiguration, Type)

public override IModelBinder GetBinder(HttpConfiguration configuration, Type modelType)

Parameters

configuration HttpConfiguration
modelType Type

Returns

IModelBinder