ModelBinderProvider.GetBinder Method

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

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

Syntax

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

Parameters

Return Value

Type: System.Web.Http.ModelBinding.IModelBinder

See Also

Reference

ModelBinderProvider Class

System.Web.Http.ModelBinding Namespace