HtmlNodeWriteTo Method (XmlWriter) |
Saves the current node to the specified XmlWriter.
Namespace:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.3.0.0 (4.3.0.0)
Syntax public void WriteTo(
XmlWriter writer
)
Public Sub WriteTo (
writer As XmlWriter
)
Parameters
- writer
- Type: System.XmlXmlWriter
The XmlWriter to which you want to save.
See Also