Nevron .NET Vision
Nevron.Xml Namespace / NXmlNodeWriter Class / WriteRaw Method


In This Topic
    WriteRaw Method
    In This Topic
    WriteRaw writes out the given string "unescaped", in other words it better be well formed XML markup. So for the NXmlNodeWriter we parse this string and build the resulting tree, so it maps to setting the InnerXml property.
    Overload List
    OverloadDescription
    WriteRaw writes out the given string "unescaped", in other words it better be well formed XML markup. So for the NXmlNodeWriter 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

    See Also