CookieParameter::Clone Method ()
.NET Framework (current version)
Returns a duplicate of the current CookieParameter instance.
Assembly: System.Web (in System.Web.dll)
Return Value
Type: System.Web.UI.WebControls::Parameter^A CookieParameter that is an exact duplicate of the current one.
The Clone method calls the CookieParameter copy constructor to initialize a new instance of the CookieParameter class with the values of the current instance.
.NET Framework
Available since 2.0
Available since 2.0
Show: