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::Contains Method (IHttpRoute^)

 

Determines whether the collection contains a specific IHttpRoute.

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

public:
virtual bool Contains(
	IHttpRoute^ item
)

Parameters

item
Type: System.Web.Http.Routing::IHttpRoute^

The object to locate in the collection.

Return Value

Type: System::Boolean

true if the IHttpRoute is found in the collection; otherwise, false.

Return to top
Show: