XmlWriterSettings.OutputMethod Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.