ModelBinderDictionary.DefaultBinder Property

Gets or sets the default model binder.

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

'Declaration
Public Property DefaultBinder As IModelBinder 
	Get 
	Set
'Usage
Dim instance As ModelBinderDictionary 
Dim value As IModelBinder 

value = instance.DefaultBinder

instance.DefaultBinder = value

Property Value

Type: System.Web.Mvc.IModelBinder
The default model binder.
Show: