ModelBinderDictionary.Item Property
Gets or sets the specified key in an object that implements the IModelBinder interface.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
abstract Item : IModelBinder with get, set override Item : IModelBinder with get, set
Parameters
- key
- Type: System.Type
The item key.
Implements
IDictionary(TKey, TValue).Item(TKey)
Show: