Represents a route class for self-host of specified key/value pairs.
Inheritance Hierarchy
System.Object
  System.Collections.Generic.Dictionary<String, Object>
    System.Web.Http.Routing.HttpRouteValueDictionary
Namespace:  System.Web.Http.Routing
Assembly:  System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Class HttpRouteValueDictionary _
    Inherits Dictionary(Of String, Object)
'Usage
Dim instance As HttpRouteValueDictionary
public class HttpRouteValueDictionary : Dictionary<string, Object>
public ref class HttpRouteValueDictionary : public Dictionary<String^, Object^>
type HttpRouteValueDictionary =  
    class
        inherit Dictionary<string, Object>
    end
public class HttpRouteValueDictionary extends Dictionary<String, Object>
The HttpRouteValueDictionary type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | HttpRouteValueDictionary() | Initializes a new instance of the HttpRouteValueDictionary class. | 
| .jpeg) | HttpRouteValueDictionary(IDictionary<String, Object>) | Initializes a new instance of the HttpRouteValueDictionary class. | 
| .jpeg) | HttpRouteValueDictionary(Object) | Initializes a new instance of the HttpRouteValueDictionary class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | Comparer | (Inherited from Dictionary<String, Object>.) | 
| .jpeg) | Count | (Inherited from Dictionary<String, Object>.) | 
| .jpeg) | Item | (Inherited from Dictionary<String, Object>.) | 
| .jpeg) | Keys | (Inherited from Dictionary<String, Object>.) | 
| .jpeg) | Values | (Inherited from Dictionary<String, Object>.) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Add | (Inherited from Dictionary<String, Object>.) | 
| .jpeg) | Clear | (Inherited from Dictionary<String, Object>.) | 
| .jpeg) | ContainsKey | (Inherited from Dictionary<String, Object>.) | 
| .jpeg) | ContainsValue | (Inherited from Dictionary<String, Object>.) | 
| .jpeg) | Equals | (Inherited from Object.) | 
| .jpeg) | Finalize | (Inherited from Object.) | 
| .jpeg) | GetEnumerator | (Inherited from Dictionary<String, Object>.) | 
| .jpeg) | GetHashCode | (Inherited from Object.) | 
| .jpeg) | GetObjectData | Security Critical. (Inherited from Dictionary<String, Object>.) | 
| .jpeg) | GetType | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone | (Inherited from Object.) | 
| .jpeg) | OnDeserialization | (Inherited from Dictionary<String, Object>.) | 
| .jpeg) | Remove | (Inherited from Dictionary<String, Object>.) | 
| .jpeg) | ToString | (Inherited from Object.) | 
| .jpeg) | TryGetValue | (Inherited from Dictionary<String, Object>.) | 
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| .jpeg) .jpeg) | ICollection<KeyValuePair<TKey, TValue>>.Add | (Inherited from Dictionary<String, Object>.) | 
| .jpeg) .jpeg) | IDictionary.Add | (Inherited from Dictionary<String, Object>.) | 
| .jpeg) .jpeg) | ICollection<KeyValuePair<TKey, TValue>>.Contains | (Inherited from Dictionary<String, Object>.) | 
| .jpeg) .jpeg) | IDictionary.Contains | (Inherited from Dictionary<String, Object>.) | 
| .jpeg) .jpeg) | ICollection<KeyValuePair<TKey, TValue>>.CopyTo | (Inherited from Dictionary<String, Object>.) | 
| .jpeg) .jpeg) | ICollection.CopyTo | (Inherited from Dictionary<String, Object>.) | 
| .jpeg) .jpeg) | IEnumerable<KeyValuePair<TKey, TValue>>.GetEnumerator | (Inherited from Dictionary<String, Object>.) | 
| .jpeg) .jpeg) | IEnumerable.GetEnumerator | (Inherited from Dictionary<String, Object>.) | 
| .jpeg) .jpeg) | IDictionary.GetEnumerator | (Inherited from Dictionary<String, Object>.) | 
| .jpeg) .gif) | IDictionary.IsFixedSize | (Inherited from Dictionary<String, Object>.) | 
| .jpeg) .gif) | ICollection<KeyValuePair<TKey, TValue>>.IsReadOnly | (Inherited from Dictionary<String, Object>.) | 
| .jpeg) .gif) | IDictionary.IsReadOnly | (Inherited from Dictionary<String, Object>.) | 
| .jpeg) .gif) | ICollection.IsSynchronized | (Inherited from Dictionary<String, Object>.) | 
| .jpeg) .gif) | IDictionary.Item | (Inherited from Dictionary<String, Object>.) | 
| .jpeg) .gif) | IDictionary<TKey, TValue>.Keys | (Inherited from Dictionary<String, Object>.) | 
| .jpeg) .gif) | System#Collections#Generic#IReadOnlyDictionary{TKey@TValue}#Keys | (Inherited from Dictionary<String, Object>.) | 
| .jpeg) .gif) | IDictionary.Keys | (Inherited from Dictionary<String, Object>.) | 
| .jpeg) .jpeg) | ICollection<KeyValuePair<TKey, TValue>>.Remove | (Inherited from Dictionary<String, Object>.) | 
| .jpeg) .jpeg) | IDictionary.Remove | (Inherited from Dictionary<String, Object>.) | 
| .jpeg) .gif) | ICollection.SyncRoot | (Inherited from Dictionary<String, Object>.) | 
| .jpeg) .gif) | IDictionary<TKey, TValue>.Values | (Inherited from Dictionary<String, Object>.) | 
| .jpeg) .gif) | System#Collections#Generic#IReadOnlyDictionary{TKey@TValue}#Values | (Inherited from Dictionary<String, Object>.) | 
| .jpeg) .gif) | IDictionary.Values | (Inherited from Dictionary<String, Object>.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.