The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
XmlWriterSettings::OutputMethod Property
.NET Framework (current version)
Gets the method used to serialize the XmlWriter output.
Assembly: System.Xml (in System.Xml.dll)
public: property XmlOutputMethod OutputMethod { XmlOutputMethod get(); internal: void set(XmlOutputMethod value); }
Property Value
Type: System.Xml::XmlOutputMethodOne of the XmlOutputMethod values. The default is Xml.
This property specifies the method used to serialize the output. The output can be serialized using the HTML rules, the XML 1.0 rules, and so on. This setting is set by the XSLT processor and is used internally by Visual Studio.
.NET Framework
Available since 2.0
Available since 2.0
Show: