XmlOutputMethod Enum

Definition

Specifies the method used to serialize the XmlWriter output.

public enum class XmlOutputMethod
public enum XmlOutputMethod
type XmlOutputMethod = 
Public Enum XmlOutputMethod
Inheritance
XmlOutputMethod

Fields

AutoDetect 3

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

Html 1

Serialize according to the HTML rules specified by XSLT.

Text 2

Serialize text blocks only.

Xml 0

Serialize according to the XML 1.0 rules.

Applies to

See also