RouteValueDictionary Constructor
.NET Framework (current version)
Initializes a new instance of the RouteValueDictionary class.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | RouteValueDictionary() | Initializes a new instance of the RouteValueDictionary class that is empty. |
![]() | RouteValueDictionary(IDictionary(Of String, Object)) | Initializes a new instance of the RouteValueDictionary class and adds elements from the specified collection. |
![]() | RouteValueDictionary(Object) | Initializes a new instance of the RouteValueDictionary class and adds values that are based on properties from the specified object. |
Show:
