ModelBinderDictionary.Item Property (Type)
.NET Framework (current version)
Gets or sets the specified key in an object that implements the IModelBinder interface.
Assembly: System.Web (in System.Web.dll)
abstract Item : key:Type -> IModelBinder with get, set override Item : key:Type -> IModelBinder with get, set
Parameters
- key
-
Type:
System.Type
The item key.
Implements
IDictionary<'TKey, 'TValue>.Item('TKey)
.NET Framework
Available since 4.5
Available since 4.5
Show: