Overload | Description |
---|---|
ReplaceInnerXml(XElement,String,XmlNamespaceManager) | Replaces the contents of the System.Xml.Linq.XElement (not the attributes) with the XML data parsed from xmlInnerContent |
ReplaceInnerXml(XElement,String) | Replaces the contents of the System.Xml.Linq.XElement (not the attributes) with the XML data parsed from xmlInnerContent |