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)
'Declaration Public Property Item ( _ key As Type _ ) As IModelBinder Get Set 'Usage Dim instance As ModelBinderDictionary Dim key As Type Dim value As IModelBinder value = instance.Item(key) instance.Item(key) = value
Parameters
- key
- Type: System.Type
The item key.
Implements
IDictionary(Of TKey, TValue).Item(TKey)
Show: