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