Click or drag to resize

HtmlAttributeCollectionRemove Method (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.

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public void Remove(
	string name
)

Parameters

name
Type: SystemString
The attribute's name. May not be null.
See Also