A Sandcastle Documented Class Library |
MixedCodeDocument..::..Load Method (String) |
MixedCodeDocument Class See Also Send Feedback |
Loads a mixed code 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.