XmlDocument.Save Method
.NET Framework 4.5
Saves the XML document to the specified location.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Save(Stream) | Saves the XML document to the specified stream. |
|
Save(String) | Saves the XML document to the specified file. |
|
Save(TextWriter) | Saves the XML document to the specified TextWriter. |
|
Save(XmlWriter) | Saves the XML document to the specified XmlWriter. |