Overload | Description |
---|---|
WriteRaw(String) | WriteRaw writes out the given string "unescaped", in other words it better be well formed XML markup. So for the XmlNodeWriter we parse this string and build the resulting tree, so it maps to setting the InnerXml property. |
WriteRaw(Char[],Int32,Int32) | Calls WriteRaw(string) with new string(buffer, index, count) |