







|
| A Sandcastle Documented Class Library |
| HtmlNodeNavigator Constructor (String, Encoding) |
| HtmlNodeNavigator Class See Also Send Feedback |
Initializes a new instance of the HtmlNavigator and loads an HTML document from a file.
Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
| C# |
|---|
public HtmlNodeNavigator( string path, Encoding encoding ) |
| Visual Basic |
|---|
Public Sub New ( _ path As String, _ encoding As Encoding _ ) |
| Visual C++ |
|---|
public: HtmlNodeNavigator( String^ path, Encoding^ encoding ) |
Parameters
- path
- Type: System..::..String
The complete file path to be read.
- encoding
- Type: System.Text..::..Encoding
The character encoding to use.
