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::Item Property
Namespace:
System.Web.Http
Assembly: System.Web.Http (in System.Web.Http.dll)
| Name | Description | |
|---|---|---|
![]() | Item[Int32] | Gets or sets the element at the specified index. |
![]() | Item[String^] | Gets or sets the element with the specified route name. |
HttpRouteCollection::Item Property (Int32)
Gets or sets the element at the specified index.
Parameters
- index
-
Type:
System::Int32
The index.
HttpRouteCollection::Item Property (String^)
Gets or sets the element with the specified route name.
public: property IHttpRoute^ default[ String^ name ] { virtual IHttpRoute^ get(String^ name); }
Parameters
- name
-
Type:
System::String^
The route name.
Show:
