System.Xml.XmlOutputMethod public enum XmlOutputMethod Documentation Code namespace System.Xml { public enum XmlOutputMethod { AutoDetect = 3, Html = 1, Text = 2, Xml = 0 } }