BuildComponentUtilitiesGetInnerXml Method
This is used to get the inner XML of a node without changing the spacing
Namespace: Sandcastle.Core.BuildAssemblerAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public static string GetInnerXml(
this XPathNavigator node
)
<ExtensionAttribute>
Public Shared Function GetInnerXml (
node As XPathNavigator
) As String
public:
[ExtensionAttribute]
static String^ GetInnerXml(
XPathNavigator^ node
)
[<ExtensionAttribute>]
static member GetInnerXml :
node : XPathNavigator -> string
- node XPathNavigator
- The node from which to get the inner XML
StringThe inner XML as a string with its spacing preservedIn Visual Basic and C#, you can call this method as an instance method on any object of type
XPathNavigator. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).