System.Xml.XmlWriterSettings.OutputMethod Property

Gets the method used to serialize the System.Xml.XmlWriter output.

Syntax

public XmlOutputMethod OutputMethod { get; }

Value

Documentation for this section has not yet been entered.

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.

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0