| HtmlNodeNavigator Constructor (TextReader) | 
            Initializes a new instance of the HtmlNavigator and loads an HTML document from a TextReader.
            
 
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic HtmlNodeNavigator(
	TextReader reader
)
Public Sub New ( 
	reader As TextReader
)
Parameters
- reader
 - Type: System.IOTextReader
The TextReader used to feed the HTML data into the document. 
See Also