A Sandcastle Documented Class Library |
HtmlDocument..::..Load Method (TextReader) |
HtmlDocument Class See Also Send Feedback |
Loads the HTML 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. May not be null.