DefaultModelBinder.Binders Property

Gets or sets the model binders for the application.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

'Declaration
Protected Friend Property Binders As ModelBinderDictionary 
	Get 
	Set
'Usage
Dim value As ModelBinderDictionary 

value = Me.Binders 

Me.Binders = value

Property Value

Type: System.Web.Mvc.ModelBinderDictionary
The model binders for the application.
Show: