Mono Class Library: System.Xml.XmlTextWriter Overview | Members

System.Xml.XmlTextWriter.WriteRaw Method

Writes raw text from a string.

public override void WriteRaw (string raw)

Parameters

raw
A string specifying the text to write.

Exceptions

TypeReason
InvalidOperationExceptionThe XmlTextWriter.WriteState is WriteState.Closed.

Remarks

If data is null, string.Empty is written.

This method does not encode any characters.

Note:

This method overrides XmlWriter.WriteRaw(Char[], int, int).

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0