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