HtmlDocumentInsertAfter Method
Insert a new node after the specified Node in this collection.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static HtmlNodeItem InsertAfter(
HtmlDocument document,
HtmlNodeItem afterNode
)
Public Shared Function InsertAfter (
document As HtmlDocument,
afterNode As HtmlNodeItem
) As HtmlNodeItem
No code example is currently available or this language may not be supported.
- document HtmlDocument
-
Instance of an Html Document Object into which the new Node will be
inserted.
- afterNode HtmlNodeItem
-
The Node after which a new node will be inserted.
HtmlNodeItem
Newly created and added Node, if the insertion point was found. Null
otherwise.