RouteParameter Constructor
.NET Framework (current version)
Initializes a new instance of the RouteParameter class.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | RouteParameter() | Initializes a new instance of the RouteParameter class. |
![]() | RouteParameter(RouteParameter^) | Initializes a new instance of the RouteParameter class by using the values of the specified instance. |
![]() | RouteParameter(String^, DbType, String^) | Initializes a new instance of the RouteParameter class by using the specified name and database type for the parameter, and by using the specified key for the route data. |
![]() | RouteParameter(String^, String^) | Initializes a new instance of the RouteParameter class by using the specified name for the parameter and the specified key for route data. |
![]() | RouteParameter(String^, TypeCode, String^) | Initializes a new instance of the RouteParameter class by using the specified name and type for the parameter, and by using the specified key for the route data. |
Show:

