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