Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Gets the method used to serialize the XmlWriter output.

Namespace:   System.Xml
Assembly:  System.Xml (in System.Xml.dll)

public:
property XmlOutputMethod OutputMethod {
	XmlOutputMethod get();
	internal: void set(XmlOutputMethod value);
}

Property Value

Type: System.Xml::XmlOutputMethod

One 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
Return to top
Show:
© 2017 Microsoft