Spread for ASP.NET 11 Product Documentation
GetBinder Method


FarPoint.Mvc.Spread Assembly > FarPoint.Mvc.Spread Namespace > MvcSpreadAttribute Class : GetBinder Method
Retrieves the associated model binder.
Syntax
'Declaration
 
Public Overrides Function GetBinder() As IModelBinder
'Usage
 
Dim instance As MvcSpreadAttribute
Dim value As IModelBinder
 
value = instance.GetBinder()
public override IModelBinder GetBinder()

Return Value

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

Reference

MvcSpreadAttribute Class
MvcSpreadAttribute Members