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::Count Property

 

Gets the number of items in the collection.

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

public:
property int Count {
	virtual int get();
}

Property Value

Type: System::Int32

The number of items in the collection.

Return to top
Show: