RouteValueDictionary Constructor ()

 

Initializes a new instance of the RouteValueDictionary class that is empty.

Namespace:   System.Web.Routing
Assembly:  System.Web (in System.Web.dll)

new : unit -> RouteValueDictionary

You can add elements to a RouteValueDictionary object by calling the Add method.

.NET Framework
Available since 3.5
Return to top
Show: