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.
Initializes a new instance of the HttpRouteValueDictionary class.
Namespace:  System.Web.Http.Routing
Assembly:  System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Sub New ( _
    values As Object _
)
'Usage
Dim values As Object
Dim instance As New HttpRouteValueDictionary(values)
public HttpRouteValueDictionary(
    Object values
)
public:
HttpRouteValueDictionary(
    Object^ values
)
new : 
        values:Object -> HttpRouteValueDictionary
public function HttpRouteValueDictionary(
    values : Object
)
Parameters
- values
 Type: System.Object
 The key value.
See Also
Reference
HttpRouteValueDictionary Class