5#include <system/object_ext.h>
6#include <system/enum.h>
31struct EnumMetaInfo<
System::Xml::XmlOutputMethod>
33 static const ASPOSECPP_SHARED_API std::array<std::pair<System::Xml::XmlOutputMethod, const char_t*>, 4>& values();
XmlOutputMethod
Specifies the method used to serialize the XmlWriter output.
Definition: xml_output_method.h:15
@ AutoDetect
Use the XSLT rules to choose between the XmlOutputMethod::Xml and XmlOutputMethod::Html output method...
@ Html
Serialize according to the HTML rules specified by XSLT.
@ Xml
Serialize according to the XML 1.0 rules.
Definition: db_command.h:9