ASP.NET MVC Controls | ComponentOne
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
    public override IModelBinder GetBinder()

    Return Value

    The model binder.
    See Also