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,
13
AutoDetect
14
}
15
}
System.Xml.XmlOutputMethod.AutoDetect
Use the XSLT rules to choose between the F:System.Xml.XmlOutputMethod.Xml and F:System....
System.Xml.XmlOutputMethod.Html
Serialize according to the HTML rules specified by XSLT.
System.Xml.XmlOutputMethod
XmlOutputMethod
Specifies the method used to serialize the T:System.Xml.XmlWriter output.
Definition:
XmlOutputMethod.cs:4
System.Xml
Definition:
AsyncHelper.cs:3
All cs
System.Xml
XmlOutputMethod.cs
Generated by
1.8.15