Remove Method (HtmlAttribute)

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Removes a given attribute from the list.

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

Syntax

C#
public void Remove(
	HtmlAttribute attribute
)
Visual Basic
Public Sub Remove ( _
	attribute As HtmlAttribute _
)
Visual C++
public:
void Remove(
	HtmlAttribute^ attribute
)

Parameters

attribute
Type: HtmlAgilityPack..::..HtmlAttribute
The attribute to remove. May not be null.

See Also