ModelBinderDictionary.Values Property
Gets a collection that contains the values in the model binder dictionary.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public ReadOnly Property Values As ICollection(Of IModelBinder) Get 'Usage Dim instance As ModelBinderDictionary Dim value As ICollection(Of IModelBinder) value = instance.Values
Property Value
Type: System.Collections.Generic.ICollection(Of IModelBinder)A collection that contains the values in the model binder dictionary.
Implements
IDictionary(Of TKey, TValue).Values
Show: