XmlTextWriter.WriteRaw Method (System.Xml)

Cambiar vista:
Sin script
XmlTextWriter.WriteRaw Method
Writes raw markup manually.
Overload List

Name Description
XmlTextWriter.WriteRaw (String) Writes raw markup manually from a string.

Supported by the .NET Compact Framework.

XmlTextWriter.WriteRaw (Char[], Int32, Int32) Writes raw markup manually from a character buffer.

Supported by the .NET Compact Framework.

Remarks

NoteNote:

In the Microsoft .NET Framework version 2.0 release, the recommended practice is to create XmlWriter instances using the System.Xml.XmlWriter.Create method and the XmlWriterSettings class. This allows you to take full advantage of all the new features introduced in this release. For more information, see Creating XML Writers.

See Also