HttpRouteValueDictionary Class

 

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)

System::Object
  System.Collections.Generic::Dictionary<TKey, TValue>
    System.Web.Http.Routing::HttpRouteValueDictionary

public ref class HttpRouteValueDictionary : Dictionary<String^, Object^>

NameDescription
System_CAPS_pubmethodHttpRouteValueDictionary()

Initializes a new instance of the HttpRouteValueDictionary class.

System_CAPS_pubmethodHttpRouteValueDictionary(IDictionary<String^, Object^>^)

Initializes a new instance of the HttpRouteValueDictionary class.

System_CAPS_pubmethodHttpRouteValueDictionary(Object^)

Initializes a new instance of the HttpRouteValueDictionary class.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: