RouteParameter Constructor (RouteParameter^)

.NET Framework (current version)
 

Initializes a new instance of the RouteParameter class by using the values of the specified instance.

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

protected:
RouteParameter(
	RouteParameter^ original
)

Parameters

original
Type: System.Web.UI.WebControls::RouteParameter^

An object from which the current instance is initialized.

This constructor is used to clone a RouteParameter instance.

.NET Framework
Available since 4.0
Return to top
Show: