DefaultModelBinder.IsModelValid Method
Visual Studio 2010
Determines whether a data model is valid for the specified binding context.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Protected Shared Function IsModelValid ( _ bindingContext As ModelBindingContext _ ) As Boolean
Parameters
- bindingContext
- Type: System.Web.Mvc.ModelBindingContext
The context within which the model is bound. The context includes information such as the model object, model name, model type, property filter, and value provider.
| Exception | Condition |
|---|---|
| ArgumentNullException | The bindingContext parameter is Nothing. |
Community Additions
ADD
Show: