HtmlDocumentInsert(HtmlDocument, String, String) Method
Insert the provided HTML before the specified Node in the appropriate
level.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static HtmlNodeItem Insert(
HtmlDocument document,
string beforeID,
string html
)
Public Shared Function Insert (
document As HtmlDocument,
beforeID As String,
html As String
) 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.
- beforeID String
-
The Unique ID to find within the document.
- html String
-
HTML Content to Insert.
HtmlNodeItem
Html Node Item constructed from the caller's HTML.