HttpPostedFileBaseModelBinder.BindModel Method
Binds the model.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
abstract BindModel : controllerContext:ControllerContext * bindingContext:ModelBindingContext -> Object override BindModel : controllerContext:ControllerContext * bindingContext:ModelBindingContext -> Object
Parameters
- controllerContext
- Type: System.Web.Mvc.ControllerContext
The controller context.
- bindingContext
- Type: System.Web.Mvc.ModelBindingContext
The binding context.
Implements
IModelBinder.BindModel(ControllerContext, ModelBindingContext)| Exception | Condition |
|---|---|
| ArgumentNullException | One or both parameters are a null reference (Nothing in Visual Basic). |
Show: