RouteValueDictionary::Keys Property
.NET Framework (current version)
Gets a collection that contains the keys in the dictionary.
Assembly: System.Web (in System.Web.dll)
public: property Dictionary<String^, Object^>::KeyCollection^ Keys { Dictionary<String^, Object^>::KeyCollection^ get(); }
Property Value
Type: System.Collections.Generic::Dictionary<String^, Object^>::KeyCollection^A collection that contains the keys in the dictionary.
.NET Framework
Available since 3.5
Available since 3.5
Show: