XmlWriter.WriteRaw Method (String)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
When overridden in a derived class, writes raw markup manually from a string.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- data
- Type: System.String
String containing the text to write.
| Exception | Condition |
|---|---|
| ArgumentException | data is either Nothing or String.Empty. |
Show:
Security Note: