Click or drag to resize

RecroGridRGServiceParamsModelBinderAttributeGetBinder Method

Retrieves the associated model binder.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 1.7.3
Syntax
C#
public override IModelBinder GetBinder()

Return Value

Type: IModelBinder
A reference to an object that implements the IModelBinder interface.
See Also