C1.Web.Mvc Namespace / C1JsonRequestAttribute Class / GetBinder Method

In This Topic
GetBinder Method (C1JsonRequestAttribute)
In This Topic
Gets the model binder.
Syntax
'Declaration
 
Public Overrides Function GetBinder() As IModelBinder
 

Return Value

The model binder.
See Also