HtmlNodeCollectionInsert(String, String) Method

Insert the provided HTML before the specified Node in the appropriate level.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public HtmlNodeItem Insert(
	string beforeID,
	string html
)

Parameters

beforeID  String
The Unique ID to find within the document.
html  String
HTML Content to Insert.

Return Value

HtmlNodeItem
Html Node Object constructed from caller's HTML.

See Also