







|
| A Sandcastle Documented Class Library |
| HtmlAttributeCollection..::..Remove Method (HtmlAttribute) |
| HtmlAttributeCollection Class See Also Send Feedback |
Removes a given attribute from the list.
Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
| C# |
|---|
public void Remove( HtmlAttribute attribute ) |
| Visual Basic |
|---|
Public Sub Remove ( _ attribute As HtmlAttribute _ ) |
| Visual C++ |
|---|
public: void Remove( HtmlAttribute^ attribute ) |
Parameters
- attribute
- Type: HtmlAgilityPack..::..HtmlAttribute
The attribute to remove. May not be null.
