RouteParameter Constructor (String, DbType, String)

.NET Framework (current version)
 

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.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

new : 
        name:string *
        dbType:DbType *
        routeKey:string -> RouteParameter

Parameters

name
Type: System.String

The name of the parameter instance.

dbType
Type: System.Data.DbType

The database type of the parameter instance.

routeKey
Type: System.String

The name of the route segment that contains the value for the parameter.

.NET Framework
Available since 4.0
Return to top
Show: