







|
| A Sandcastle Documented Class Library |
| HtmlAttributeCollection..::..Append Method (String) |
| HtmlAttributeCollection Class See Also Send Feedback |
Creates and inserts a new attribute as the last attribute in the collection.
Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
| C# |
|---|
public HtmlAttribute Append( string name ) |
| Visual Basic |
|---|
Public Function Append ( _ name As String _ ) As HtmlAttribute |
| Visual C++ |
|---|
public: HtmlAttribute^ Append( String^ name ) |
Parameters
- name
- Type: System..::..String
The name of the attribute to insert.
