Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
enum System.​Xml.​XmlOutputMethod
Assembly: System.Xml.ReaderWriter
Specifies the method used to serialize the <see cref="T:System.Xml.XmlWriter" /> output.
Values
Xml
Serialize according to the XML 1.0 rules.
Html
Serialize according to the HTML rules specified by XSLT.
Text
Serialize text blocks only.
AutoDetect
Use the XSLT rules to choose between the <see cref="F:System.Xml.XmlOutputMethod.Xml" /> and <see cref="F:System.Xml.XmlOutputMethod.Html" /> output methods at runtime.