'Declaration
Public Overloads Shared Sub ReplaceInnerXml( _ ByVal element As System.Xml.Linq.XElement, _ ByVal xmlInnerContent As System.String _ )
public static void ReplaceInnerXml( System.Xml.Linq.XElement element, System.string xmlInnerContent )
Parameters
- element
- The target System.Xml.Linq.XElement
- xmlInnerContent
- The XML data to be parsed and placed into the element.