HtmlDocumentParse(HtmlNodeCollection, String, Boolean, Boolean) Method

Parses the supplied HTML String to construct a basic Document.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static void Parse(
	HtmlNodeCollection nodes,
	string html,
	bool comments,
	bool preserveSpace
)

Parameters

nodes  HtmlNodeCollection
Collection of nodes from which the search is starting.
html  String
String containing HTML formatted information.
comments  Boolean
Value indicating whether comments will be included.
preserveSpace  Boolean
Value indicating whether to preserve all space in the document.

Remarks

This basic method does not apply rules.

See Also