HtmlNodeCollectionInsert(HtmlNodeItem, String) Method
Insert a new node prior to the specified Node in this collection.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public HtmlNodeItem Insert(
HtmlNodeItem beforeNode,
string html
)
Public Function Insert (
beforeNode As HtmlNodeItem,
html As String
) As HtmlNodeItem
No code example is currently available or this language may not be supported.
- beforeNode HtmlNodeItem
-
The Node prior to which a new node will be inserted.
- html String
-
Html to insert.
HtmlNodeItem
Newly created and added Node, if the insertion point was found. Null
otherwise.