RouteValueDictionary::ContainsKey Method (String^)
.NET Framework (current version)
Determines whether the dictionary contains the specified key.
Assembly: System.Web (in System.Web.dll)
Parameters
- key
-
Type:
System::String^
The key to locate in the dictionary.
Return Value
Type: System::Booleantrue if the dictionary contains an element that has the specified key; otherwise, false.
.NET Framework
Available since 3.5
Available since 3.5
Show: