ConfigurationBuilder.ProcessRawXml(XmlNode) Method

Definition

Accepts an XmlNode representing the raw configuration section from a config file and returns a modified or new XmlNode for further use.

public:
 virtual System::Xml::XmlNode ^ ProcessRawXml(System::Xml::XmlNode ^ rawXml);
public virtual System.Xml.XmlNode ProcessRawXml (System.Xml.XmlNode rawXml);
abstract member ProcessRawXml : System.Xml.XmlNode -> System.Xml.XmlNode
override this.ProcessRawXml : System.Xml.XmlNode -> System.Xml.XmlNode
Public Overridable Function ProcessRawXml (rawXml As XmlNode) As XmlNode

Parameters

rawXml
XmlNode

The XmlNode to process.

Returns

The processed XmlNode.

Applies to