XmlOutputMethod

XmlOutputMethod enum

Specifies the method used to serialize the XmlWriter output.

enum class XmlOutputMethod

Values

NameValueDescription
Xml0Serialize according to the XML 1.0 rules.
Html1Serialize according to the HTML rules specified by XSLT.
Text2Serialize text blocks only.
AutoDetect3Use the XSLT rules to choose between the XmlOutputMethod::Xml and XmlOutputMethod::Html output methods at runtime.

See Also