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.0.6.0 (8.0.6.20210916)
Syntax public void Remove(
string name
)
Public Sub Remove (
name As String
)
Parameters
- name
- Type: SystemString
The attribute's name. May not be null.
See Also