TypeMatchModelBinderProvider.GetBinder Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

This member overrides ModelBinderProvider.GetBinder(HttpActionContext, ModelBindingContext).

Namespace:  System.Web.Http.ModelBinding.Binders
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

'Declaration
Public Overrides Function GetBinder ( _
    actionContext As HttpActionContext, _
    bindingContext As ModelBindingContext _
) As IModelBinder
public override IModelBinder GetBinder(
    HttpActionContext actionContext,
    ModelBindingContext bindingContext
)
public:
virtual IModelBinder^ GetBinder(
    HttpActionContext^ actionContext, 
    ModelBindingContext^ bindingContext
) override
abstract GetBinder : 
        actionContext:HttpActionContext * 
        bindingContext:ModelBindingContext -> IModelBinder 
override GetBinder : 
        actionContext:HttpActionContext * 
        bindingContext:ModelBindingContext -> IModelBinder 
public override function GetBinder(
    actionContext : HttpActionContext, 
    bindingContext : ModelBindingContext
) : IModelBinder

Parameters

Return Value

Type: System.Web.Http.ModelBinding.IModelBinder

See Also

Reference

TypeMatchModelBinderProvider Class

System.Web.Http.ModelBinding.Binders Namespace