Click or drag to resize

MixedCodeDocumentLoad Method (TextReader)

Loads the mixed code document from the specified TextReader.

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

Parameters

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