ComplexModelBinder.BindModel Method (ModelBindingExecutionContext, ModelBindingContext)

.NET Framework (current version)
 

Binds the model by using the specified execution context and binding context.

Namespace:   System.Web.ModelBinding
Assembly:  System.Web (in System.Web.dll)

Public Function BindModel (
	modelBindingExecutionContext As ModelBindingExecutionContext,
	bindingContext As ModelBindingContext
) As Boolean

Parameters

modelBindingExecutionContext
Type: System.Web.ModelBinding.ModelBindingExecutionContext

The execution context.

bindingContext
Type: System.Web.ModelBinding.ModelBindingContext

The binding context.

Return Value

Type: System.Boolean

true in all cases.

.NET Framework
Available since 4.5
Return to top
Show: