HttpRouteValueDictionary Constructor (Object)
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