ModelBinderDictionary::Item Property
Visual Studio 2010
Gets or sets the specified key in an object that implements the IModelBinder interface.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public: virtual property IModelBinder^ default[Type^ key] { IModelBinder^ get (Type^ key) sealed; void set (Type^ key, IModelBinder^ value) sealed; }
Parameters
- key
- Type: System::Type
The item key.
Implements
IDictionary<TKey, TValue>::Item[TKey]Community Additions
ADD
Show: