Spread for ASP.NET 7.0 Product Documentation
GetBinder Method
See Also  Support Options
FarPoint.Mvc.Spread Assembly > FarPoint.Mvc.Spread Namespace > MvcSpreadAttribute Class : GetBinder Method


Glossary Item Box

Retrieves the associated model binder.

Syntax

Visual Basic (Declaration) 
Public Overrides Function GetBinder() As IModelBinder
Visual Basic (Usage)Copy Code
Dim instance As MvcSpreadAttribute
Dim value As IModelBinder
 
value = instance.GetBinder()
C# 
public override IModelBinder GetBinder()

Return Value

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

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.