Share via


ArrayModelBinder<TElement>.BindModel Method

Indicates whether the model is binded.

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

Syntax

'Declaration
Public Overrides Function BindModel ( _
    actionContext As HttpActionContext, _
    bindingContext As ModelBindingContext _
) As Boolean
'Usage
Dim instance As ArrayModelBinder 
Dim actionContext As HttpActionContext 
Dim bindingContext As ModelBindingContext 
Dim returnValue As Boolean 

returnValue = instance.BindModel(actionContext, _
    bindingContext)
public override bool BindModel(
    HttpActionContext actionContext,
    ModelBindingContext bindingContext
)
public:
virtual bool BindModel(
    HttpActionContext^ actionContext, 
    ModelBindingContext^ bindingContext
) override
abstract BindModel : 
        actionContext:HttpActionContext * 
        bindingContext:ModelBindingContext -> bool  
override BindModel : 
        actionContext:HttpActionContext * 
        bindingContext:ModelBindingContext -> bool
public override function BindModel(
    actionContext : HttpActionContext, 
    bindingContext : ModelBindingContext
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the specified model is binded; otherwise, false.

Implements

IModelBinder.BindModel(HttpActionContext, ModelBindingContext)

See Also

Reference

ArrayModelBinder<TElement> Class

System.Web.Http.ModelBinding.Binders Namespace