This topic has not yet been rated - Rate this topic

XmlTextWriter.WriteRaw Method

Writes raw markup manually.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method WriteRaw(String) Writes raw markup manually from a string. (Overrides XmlWriter.WriteRaw(String).)
Public method WriteRaw(Char[], Int32, Int32) Writes raw markup manually from a character buffer. (Overrides XmlWriter.WriteRaw(Char[], Int32, Int32).)
Top
Note Note

In the .NET Framework version 2.0 release, the recommended practice is to create XmlWriter instances using the 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.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ