| HtmlDocumentLoad Method (TextReader) | 
            Loads the HTML document from the specified TextReader.
            
 
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic void Load(
	TextReader reader
)
Public Sub Load ( 
	reader As TextReader
)
Parameters
- reader
 - Type: System.IOTextReader
The TextReader used to feed the HTML data into the document. May not be null. 
See Also