UserQueryBinder.BindModel Method
- Namespace:
- Weavy.Web.Api.Binders
- Assembly:
- Weavy.Web.dll
BindModel(HttpActionContext, ModelBindingContext)
Web Api binding
public override bool BindModel(HttpActionContext actionContext, ModelBindingContext bindingContext)
Parameters
- action
Context - System.Web.Http.Controllers.HttpActionContext
The execution context.
- binding
Context - System.Web.Http.ModelBinding.ModelBindingContext
The binding context.
Returns
bool
true if model binding is successful; otherwise, false.