Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a route class for self-host of specified key/value pairs.
Namespace: System.Web.Http.Routing
Assembly: System.Web.Http (in System.Web.Http.dll)
Inheritance Hierarchy
System.Object
System.Collections.Generic.Dictionary<TKey, TValue>
System.Web.Http.Routing.HttpRouteValueDictionary
Syntax
public class HttpRouteValueDictionary : Dictionary<string, object>
public ref class HttpRouteValueDictionary : Dictionary<String^, Object^>
type HttpRouteValueDictionary =
class
inherit Dictionary<string, Object>
end
Public Class HttpRouteValueDictionary
Inherits Dictionary(Of String, Object)
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. |
Properties
Name | Description | |
---|---|---|
![]() |
Comparer | (Inherited from Dictionary<TKey, TValue>.) |
![]() |
Count | (Inherited from Dictionary<TKey, TValue>.) |
![]() |
Item[TKey] | (Inherited from Dictionary<TKey, TValue>.) |
![]() |
Keys | (Inherited from Dictionary<TKey, TValue>.) |
![]() |
Values | (Inherited from Dictionary<TKey, TValue>.) |
Methods
Name | Description | |
---|---|---|
![]() |
Add(TKey, TValue) | (Inherited from Dictionary<TKey, TValue>.) |
![]() |
Clear() | (Inherited from Dictionary<TKey, TValue>.) |
![]() |
ContainsKey(TKey) | (Inherited from Dictionary<TKey, TValue>.) |
![]() |
ContainsValue(TValue) | (Inherited from Dictionary<TKey, TValue>.) |
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetEnumerator() | (Inherited from Dictionary<TKey, TValue>.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetObjectData(SerializationInfo, StreamingContext) | (Inherited from Dictionary<TKey, TValue>.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
OnDeserialization(Object) | (Inherited from Dictionary<TKey, TValue>.) |
![]() |
Remove(TKey) | (Inherited from Dictionary<TKey, TValue>.) |
![]() |
ToString() | (Inherited from Object.) |
![]() |
TryGetValue(TKey, TValue) | (Inherited from Dictionary<TKey, TValue>.) |
Explicit Interface Implementations
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.
See Also
System.Web.Http.Routing Namespace
Return to top