HttpRouteValueDictionary Class
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 | |
---|---|---|
HttpRouteValueDictionary() | Initializes a new instance of the HttpRouteValueDictionary class. | |
HttpRouteValueDictionary(IDictionary<String, Object>) | Initializes a new instance of the HttpRouteValueDictionary class. | |
HttpRouteValueDictionary(Object) | Initializes a new instance of the HttpRouteValueDictionary class. |
Top
Properties
Name | Description | |
---|---|---|
Comparer | (Inherited from Dictionary<String, Object>.) | |
Count | (Inherited from Dictionary<String, Object>.) | |
Item | (Inherited from Dictionary<String, Object>.) | |
Keys | (Inherited from Dictionary<String, Object>.) | |
Values | (Inherited from Dictionary<String, Object>.) |
Top
Methods
Name | Description | |
---|---|---|
Add | (Inherited from Dictionary<String, Object>.) | |
Clear | (Inherited from Dictionary<String, Object>.) | |
ContainsKey | (Inherited from Dictionary<String, Object>.) | |
ContainsValue | (Inherited from Dictionary<String, Object>.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | (Inherited from Dictionary<String, Object>.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Security Critical. (Inherited from Dictionary<String, Object>.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | (Inherited from Dictionary<String, Object>.) | |
Remove | (Inherited from Dictionary<String, Object>.) | |
ToString | (Inherited from Object.) | |
TryGetValue | (Inherited from Dictionary<String, Object>.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection<KeyValuePair<TKey, TValue>>.Add | (Inherited from Dictionary<String, Object>.) | |
IDictionary.Add | (Inherited from Dictionary<String, Object>.) | |
ICollection<KeyValuePair<TKey, TValue>>.Contains | (Inherited from Dictionary<String, Object>.) | |
IDictionary.Contains | (Inherited from Dictionary<String, Object>.) | |
ICollection<KeyValuePair<TKey, TValue>>.CopyTo | (Inherited from Dictionary<String, Object>.) | |
ICollection.CopyTo | (Inherited from Dictionary<String, Object>.) | |
IEnumerable<KeyValuePair<TKey, TValue>>.GetEnumerator | (Inherited from Dictionary<String, Object>.) | |
IEnumerable.GetEnumerator | (Inherited from Dictionary<String, Object>.) | |
IDictionary.GetEnumerator | (Inherited from Dictionary<String, Object>.) | |
IDictionary.IsFixedSize | (Inherited from Dictionary<String, Object>.) | |
ICollection<KeyValuePair<TKey, TValue>>.IsReadOnly | (Inherited from Dictionary<String, Object>.) | |
IDictionary.IsReadOnly | (Inherited from Dictionary<String, Object>.) | |
ICollection.IsSynchronized | (Inherited from Dictionary<String, Object>.) | |
IDictionary.Item | (Inherited from Dictionary<String, Object>.) | |
IDictionary<TKey, TValue>.Keys | (Inherited from Dictionary<String, Object>.) | |
System#Collections#Generic#IReadOnlyDictionary{TKey@TValue}#Keys | (Inherited from Dictionary<String, Object>.) | |
IDictionary.Keys | (Inherited from Dictionary<String, Object>.) | |
ICollection<KeyValuePair<TKey, TValue>>.Remove | (Inherited from Dictionary<String, Object>.) | |
IDictionary.Remove | (Inherited from Dictionary<String, Object>.) | |
ICollection.SyncRoot | (Inherited from Dictionary<String, Object>.) | |
IDictionary<TKey, TValue>.Values | (Inherited from Dictionary<String, Object>.) | |
System#Collections#Generic#IReadOnlyDictionary{TKey@TValue}#Values | (Inherited from Dictionary<String, Object>.) | |
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.