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