System.Xml.XPath.XPathNavigator.OuterXml Property

Gets or sets the markup representing the opening and closing tags of the current node and its child nodes.

Syntax

public virtual string OuterXml { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Note:

The XPathNavigator.InnerXml and XPathNavigator.OuterXml properties are not very efficient. If performance is a priority, it is more efficient to use the node navigation methods of the System.Xml.XPath.XPathNavigator to get values of child nodes.

Requirements

Namespace: System.Xml.XPath
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0