







|
| A Sandcastle Documented Class Library |
| MixedCodeDocument..::..LoadHtml Method |
| MixedCodeDocument Class See Also Send Feedback |
Loads a mixed document from a text
Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
| C# |
|---|
public void LoadHtml( string html ) |
| Visual Basic |
|---|
Public Sub LoadHtml ( _ html As String _ ) |
| Visual C++ |
|---|
public: void LoadHtml( String^ html ) |
Parameters
- html
- Type: System..::..String
The text to load.
