RouteValueDictionary::IDictionary<String^, Object^>::Keys Property
For a description of this member, see Keys.
Assembly: System.Web (in System.Web.dll)
private: property ICollection<String^>^ Keys { virtual ICollection<String^>^ get() sealed = IDictionary<String^, Object^>::Keys::get; }
Property Value
Type: System.Collections.Generic::ICollection<String^>^A collection that contains the keys in the dictionary.
Implements
IDictionary<TKey, TValue>::KeysThis member is an explicit interface member implementation. It can be used only when the RouteValueDictionary instance is cast to an IDictionary<TKey, TValue> interface.
.NET Framework
Available since 3.5
Available since 3.5
Show: