RouteParameter::Clone Method ()

.NET Framework (current version)
 

Returns a duplicate of the current RouteParameter instance.

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

protected:
virtual Parameter^ Clone() override

Return Value

Type: System.Web.UI.WebControls::Parameter^

An object that is a duplicate of the current one.

.NET Framework
Available since 4.0
Return to top
Show: