XmlOutputMethod 枚举
定义
public enum class XmlOutputMethod
public enum XmlOutputMethod
type XmlOutputMethod =
Public Enum XmlOutputMethod
- 继承
字段
| AutoDetect | 3 | 运行时使用 XSLT 规则在 Xml 和 Html 两种输出方法之间进行选择。Use the XSLT rules to choose between the Xml and Html output methods at runtime. |
| Html | 1 | 根据 XSLT 指定的 HTML 规则进行序列化。Serialize according to the HTML rules specified by XSLT. |
| Text | 2 | 只序列化文本块。Serialize text blocks only. |
| Xml | 0 | 根据 XML 1.0 规则进行序列化。Serialize according to the XML 1.0 rules. |