ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / FlexSheetRequestAttribute Class / GetBinder Method

In This Topic
    GetBinder Method (FlexSheetRequestAttribute)
    In This Topic
    Retrieves the associated model binder.
    Syntax
    'Declaration
     
    
    Public Overrides Function GetBinder() As IModelBinder
    public override IModelBinder GetBinder()

    Return Value

    A reference to an object that implements the System.Web.Mvc.IModelBinder interface
    See Also