Click or drag to resize

RecroGridRGServiceParamsBindModel Method

Binds the model to a value by using the specified controller context and binding context.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 1.7.3
Syntax
C#
public Object BindModel(
	ControllerContext controllerContext,
	ModelBindingContext bindingContext
)

Parameters

controllerContext
Type: ControllerContext
The controller context.
bindingContext
Type: ModelBindingContext
The binding context.

Return Value

Type: Object
The bound value.

Implements

IModelBinder.BindModel(ControllerContext, ModelBindingContext)
See Also