Load Method (TextReader)

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Loads the mixed code document from the specified TextReader.

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

Syntax

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

Parameters

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

See Also