The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
HttpRouteCollection::ContainsKey Method (String^)
Determines whether the collection contains an element with the specified key.
Assembly: System.Web.Http (in System.Web.Http.dll)
Parameters
- name
-
Type:
System::String^
The key to locate in the collection.
Return Value
Type: System::Booleantrue if the collection contains an element with the key; otherwise, false.
Show: