Remove Method

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image

Overload List

  NameDescription
Public methodRemove()()()()
Removes all attributes from the collection
Public methodRemove(String)
Removes an attribute from the list, using its name. If there are more than one attributes with this name, they will all be removed.
Public methodRemove(HtmlAttribute)
Removes a given attribute from the list.

See Also