System.Xml.XmlOutputMethod Enumeration

Specifies the method used to serialize the System.Xml.XmlWriter output.

Syntax

public enum XmlOutputMethod

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
AutoDetect

Use the XSLT rules to choose between the XmlOutputMethod.Xml and XmlOutputMethod.Html output methods at runtime.

Html

Serialize according to the HTML rules specified by XSLT.

Text

Serialize text blocks only.

Xml

Serialize according to the XML 1.0 rules.

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0