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 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.
Calls WriteRaw(string) with new string(buffer, index, count)
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2