ViewDataDictionary::Keys Property
Gets a collection that contains the keys of this dictionary.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public: property ICollection<String^>^ Keys { virtual ICollection<String^>^ get() sealed; }
Property Value
Type: System.Collections.Generic::ICollection<String^>^A collection that contains the keys of the object that implements IDictionary<TKey, TValue>.
Implements
IDictionary<TKey, TValue>::Keys
Show: