HtmlNodeNavigator Constructor (TextReader)

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Initializes a new instance of the HtmlNavigator and loads an HTML document from a TextReader.

Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public HtmlNodeNavigator(
	TextReader reader
)
Visual Basic
Public Sub New ( _
	reader As TextReader _
)
Visual C++
public:
HtmlNodeNavigator(
	TextReader^ reader
)

Parameters

reader
Type: System.IO..::..TextReader
The TextReader used to feed the HTML data into the document.

See Also