Click or drag to resize

HtmlDocumentLoad Method (TextReader)

Loads the HTML document from the specified TextReader.

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public void Load(
	TextReader reader
)

Parameters

reader
Type: System.IOTextReader
The TextReader used to feed the HTML data into the document. May not be null.
See Also