ODataModelBinderProvider.GetBinder Method (HttpConfiguration, Type)
Namespace: System.Web.Http.OData.Formatter
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public override IModelBinder GetBinder(
HttpConfiguration configuration,
Type modelType
)
public:
virtual IModelBinder^ GetBinder(
HttpConfiguration^ configuration,
Type^ modelType
) override
override GetBinder :
configuration:HttpConfiguration *
modelType:Type -> IModelBinder
Public Overrides Function GetBinder (
configuration As HttpConfiguration,
modelType As Type
) As IModelBinder
Parameters
- configuration
Type: System.Web.Http.HttpConfiguration
- modelType
Type: System.Type
Return Value
Type: System.Web.Http.ModelBinding.IModelBinder
See Also
ODataModelBinderProvider Class
System.Web.Http.OData.Formatter Namespace
Return to top