XmlOutputMethod Enumeration
.NET Framework (current version)
Specifies the method used to serialize the XmlWriter output.
Assembly: System.Xml (in System.Xml.dll)
| Member name | Description | |
|---|---|---|
| AutoDetect | Use the XSLT rules to choose between the Xml and Html output methods at runtime. | |
| Html | Serialize according to the HTML rules specified by XSLT. | |
| Text | Serialize text blocks only. | |
| Xml | Serialize according to the XML 1.0 rules. |
.NET Framework
Available since 2.0
Available since 2.0
Show: