ModelBinderDictionary.DefaultBinder Property

.NET Framework (current version)
 

Gets or sets the default model binder.

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

public IModelBinder DefaultBinder { get; set; }

Property Value

Type: System.Web.ModelBinding.IModelBinder

The default model binder.

.NET Framework
Available since 4.5
Return to top
Show: