A Sandcastle Documented Class Library |
HtmlDocument..::..Save Method (XmlWriter) |
HtmlDocument Class See Also Send Feedback |
Saves the HTML document to the specified XmlWriter.
Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
C# |
---|
public void Save( XmlWriter writer ) |
Visual Basic |
---|
Public Sub Save ( _ writer As XmlWriter _ ) |
Visual C++ |
---|
public: void Save( XmlWriter^ writer ) |
Parameters
- writer
- Type: System.Xml..::..XmlWriter
The XmlWriter to which you want to save.