| 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.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic void Remove(
	string name
)
Public Sub Remove ( 
	name As String
)
Parameters
- name
 - Type: SystemString
The attribute's name. May not be null. 
See Also