XmlWriter.WriteRaw Method (Char[], Int32, Int32)
.NET Framework 3.0
When overridden in a derived class, writes raw markup manually from a character buffer.
Namespace: System.Xml
Assembly: System.Xml (in system.xml.dll)
XmlWriter Members
System.Xml Namespace
Assembly: System.Xml (in system.xml.dll)
public abstract void WriteRaw ( char[] buffer, int index, int count )
public abstract function WriteRaw ( buffer : char[], index : int, count : int )
Not applicable.
Parameters
- buffer
Character array containing the text to write.
- index
The position within the buffer indicating the start of the text to write.
- count
The number of characters to write.
This method does not escape special characters.
Security Note: |
|---|
| The XmlWriter does not validate the data that is passed to the WriteRaw method. You should not pass arbitrary data to this method. |
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Reference
XmlWriter ClassXmlWriter Members
System.Xml Namespace
Security Note: