QueryOptionsBinder.BindModel Method
- Namespace:
- Weavy.Web.Binders
- Assembly:
- Weavy.Web.dll
BindModel(ControllerContext, ModelBindingContext)
MVC binding
public virtual object BindModel(ControllerContext controllerContext, ModelBindingContext bindingContext)
Parameters
- controller
Context - System.Web.Mvc.ControllerContext
The execution context.
- binding
Context - System.Web.Mvc.ModelBindingContext
The binding context.
Returns
object
true if model binding is successful; otherwise, false.