Initialises a new instance of the HtmlElement class, which is a copy of the specified HtmlElement.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
public virtual HtmlElement Clone()
Return Value
A new HtmlElement object which is an exact copy of this HTML element.See Also