[]
Adds a child to this C1HtmlElement before an exisiting child.
public void AddBefore(C1HtmlNode reference, C1HtmlNode child)
Type | Name | Description |
---|---|---|
C1HtmlNode | reference | An existing child of this C1HtmlElement. |
C1HtmlNode | child | The child to add to this C1HtmlElement. |