A Sandcastle Documented Class Library |
HtmlDocument..::..Load Method (String) |
HtmlDocument Class See Also Send Feedback |
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 void Load( string path ) |
Visual Basic |
---|
Public Sub Load ( _ path As String _ ) |
Visual C++ |
---|
public: void Load( String^ path ) |
Parameters
- path
- Type: System..::..String
The complete file path to be read. May not be null.