RemoveAllChildren Method

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Removes all the children of the current node.

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

Syntax

C#
public void RemoveAllChildren()
Visual Basic
Public Sub RemoveAllChildren
Visual C++
public:
void RemoveAllChildren()

See Also