| HtmlAttributeCollectionRemove Method | 
| Name | Description | |
|---|---|---|
| Remove | 
            Removes all attributes from the collection
              | |
| Remove(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.
              | |
| Remove(HtmlAttribute) | 
            Removes a given attribute from the list.
              |