Spread for ASP.NET 8.0 Product Documentation
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.
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

Reference

MvcSpreadAttribute Class
MvcSpreadAttribute Members

 

 


Copyright © GrapeCity, inc. All rights reserved.