Click or drag to resize
HtmlAttributeCollectionRemove Method
Overload List
  NameDescription
Public methodRemove
Removes all attributes from the collection
Public methodRemove(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.
Public methodRemove(HtmlAttribute)
Removes a given attribute from the list.
Top
See Also