CustomModelBinderAttribute.GetBinder Method

Retrieves the associated model binder.

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

'Declaration
Public MustOverride Function GetBinder As IModelBinder
'Usage
Dim instance As CustomModelBinderAttribute 
Dim returnValue As IModelBinder 

returnValue = instance.GetBinder()

Return Value

Type: System.Web.Mvc.IModelBinder
A reference to an object that implements the IModelBinder interface.
Show: