HtmlNodeCollectionInsert(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 HtmlNodeItem Insert(
string beforeID,
string html
)
Public Function Insert (
beforeID As String,
html As String
) As HtmlNodeItem
No code example is currently available or this language may not be supported.
- beforeID String
-
The Unique ID to find within the document.
- html String
-
HTML Content to Insert.
HtmlNodeItem
Html Node Object constructed from caller's HTML.