ModelBinderDictionary Properties
Namespace:
System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of elements in the model binder dictionary. |
![]() | DefaultBinder | Gets or sets the default model binder. |
![]() | IsReadOnly | Gets a value that indicates whether the model binder dictionary is read-only. |
![]() | Item(Type) | Gets or sets the specified key in an object that implements the IModelBinder interface. |
![]() | Keys | Gets a collection that contains the keys in the model binder dictionary. |
![]() | Values | Gets a collection that contains the values in the model binder dictionary. |
Show:
