[]
Binds the model to a value by using the specified controller context and binding context.
public bool BindModel(HttpActionContext actionContext, ModelBindingContext bindingContext)
| Type | Name | Description |
|---|---|---|
| HttpActionContext | actionContext | The action context. |
| ModelBindingContext | bindingContext | The binding context. |
| Type | Description |
|---|---|
| bool | true if model binding is successful; otherwise, false. |