







|
| A Sandcastle Documented Class Library |
| HtmlNodeNavigator Constructor (Stream) |
| HtmlNodeNavigator Class See Also Send Feedback |
Initializes a new instance of the HtmlNavigator and loads an HTML document from a stream.
Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
| C# |
|---|
public HtmlNodeNavigator( Stream stream ) |
| Visual Basic |
|---|
Public Sub New ( _ stream As Stream _ ) |
| Visual C++ |
|---|
public: HtmlNodeNavigator( Stream^ stream ) |
Parameters
- stream
- Type: System.IO..::..Stream
The input stream.
