Clone Method

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Creates a duplicate of this attribute.

Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public HtmlAttribute Clone()
Visual Basic
Public Function Clone As HtmlAttribute
Visual C++
public:
HtmlAttribute^ Clone()

Return Value

The cloned attribute.

See Also