mscorlib(4.0.0.0) API with additions
XmlOutputMethod.cs
1 namespace System.Xml
2 {
4  public enum XmlOutputMethod
5  {
7  Xml,
9  Html,
11  Text,
14  }
15 }
Use the XSLT rules to choose between the F:System.Xml.XmlOutputMethod.Xml and F:System....
Serialize according to the HTML rules specified by XSLT.
XmlOutputMethod
Specifies the method used to serialize the T:System.Xml.XmlWriter output.