System.Xml.XmlElement.InnerXml Property

Gets or sets the markup representing just the children of this node.

Syntax

public override string InnerXml { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Setting this property replaces the children of the node with the parsed contents of the given string. The parsing is done in the current namespace context.

This property is a Microsoft extension to the Document Object Model (DOM).

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0