XmlWriterSettings.OutputMethod Property

Definition

Gets the method used to serialize the XmlWriter output.

public:
 property System::Xml::XmlOutputMethod OutputMethod { System::Xml::XmlOutputMethod get(); };
public System.Xml.XmlOutputMethod OutputMethod { get; }
member this.OutputMethod : System.Xml.XmlOutputMethod
Public ReadOnly Property OutputMethod As XmlOutputMethod

Property Value

One of the XmlOutputMethod values. The default is Xml.

Remarks

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.

Applies to