Formatting Enumeration
.NET Framework 4.5
Specifies formatting options for the XmlTextWriter.
Assembly: System.Xml (in System.Xml.dll)
| Member name | Description | |
|---|---|---|
![]() | Indented | Causes child elements to be indented according to the Indentation and IndentChar settings. This option indents element content only; mixed content is not affected. For the XML 1.0 definitions of these terms, see the World Wide Web Consortium (W3C) documentation (www.w3.org/TR/1998/REC-xml-19980210#sec-element-content and www.w3.org/TR/1998/REC-xml-19980210#sec-mixed-content). |
![]() | None | No special formatting is applied. This is the default. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
