Information
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.

Namespace:   System.Web.Http
Assembly:  System.Web.Http (in System.Web.Http.dll)

public:
virtual bool ContainsKey(
	String^ name
)

Parameters

name
Type: System::String^

The key to locate in the collection.

Return Value

Type: System::Boolean

true if the collection contains an element with the key; otherwise, false.

Return to top
Show: