







|
| A Sandcastle Documented Class Library |
| HtmlAttributeCollection..::..Prepend Method |
| HtmlAttributeCollection Class See Also Send Feedback |
Inserts the specified attribute as the first node in the collection.
Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
| C# |
|---|
public HtmlAttribute Prepend( HtmlAttribute newAttribute ) |
| Visual Basic |
|---|
Public Function Prepend ( _ newAttribute As HtmlAttribute _ ) As HtmlAttribute |
| Visual C++ |
|---|
public: HtmlAttribute^ Prepend( HtmlAttribute^ newAttribute ) |
Parameters
- newAttribute
- Type: HtmlAgilityPack..::..HtmlAttribute
The attribute to insert. May not be null.
