Specifies the method used to serialize the System.Xml.XmlWriter output.
Member Name | Description |
---|---|
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. |