Returns a duplicate of the current System.Web.UI.WebControls.CookieParameter instance.
A System.Web.UI.WebControls.CookieParameter that is an exact duplicate of the current one.
The CookieParameter.Clone method calls the CookieParameter.#ctor(CookieParameter) copy constructor to initialize a new instance of the System.Web.UI.WebControls.CookieParameter class with the values of the current instance.