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)
Syntax
'Declaration
Public ReadOnly Property Keys As ICollection(Of Type)
Get
public ICollection<Type> Keys { get; }
public:
virtual property ICollection<Type^>^ Keys {
ICollection<Type^>^ get () sealed;
}
Property Value
Type: System.Collections.Generic.ICollection<Type>
A collection that contains the keys in the model binder dictionary.
Implements
IDictionary<TKey, TValue>.Keys