RemoveAll Method

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Remove all attributes in the list.

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

Syntax

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

See Also