XElement.Save Method (Stream, SaveOptions)
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Namespace:
System.Xml.Linq
Assembly: System.Xml.Linq (in System.Xml.Linq.dll)
Return to top
Assembly: System.Xml.Linq (in System.Xml.Linq.dll)
Parameters
- stream
-
Type:
System.IO.Stream
The stream to output this XElement to.
- options
-
Type:
System.Xml.Linq.SaveOptions
A SaveOptions object that specifies formatting behavior.
By default the options are set to None. This option will remove all extraneous insignificant white space, and add appropriate insignificant white space so that the XML is properly indented.
If you want to save unindented XML, specify the DisableFormatting flag for options. This will cause the writer to write all white spaces exactly as represented in the XML tree.
Use OmitDuplicateNamespaces option if you want to remove duplicate namespace declarations.
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Show: