RouteValueDictionary Properties
.NET Framework (current version)
Namespace:
System.Web.Routing
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of key/value pairs that are in the collection. |
![]() | Item[String] | Gets or sets the value that is associated with the specified key. |
![]() | Keys | Gets a collection that contains the keys in the dictionary. |
![]() | Values | Gets a collection that contains the values in the dictionary. |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection<KeyValuePair<String, Object>>.IsReadOnly | For a description of this member, see IsReadOnly. |
![]() ![]() | IDictionary<String, Object>.Keys | For a description of this member, see Keys. |
![]() ![]() | IDictionary<String, Object>.Values | For a description of this member, see Values. |
Show:


