csharp System.Xml.XPath.XPathNavigator.OuterXml类(方法)实例源码

下面列出了csharp System.Xml.XPath.XPathNavigator.OuterXml 类(方法)源码代码实例,从而了解它的用法。

作者:.NET开发    项目:System.Xml.XPat   
XPathDocument document = new XPathDocument("contosoBooks.xml");
XPathNavigator navigator = document.CreateNavigator();

navigator.MoveToChild("bookstore", "http://www.contoso.com/books");
navigator.MoveToChild("book", "http://www.contoso.com/books");

Console.WriteLine(navigator.OuterXml);


问题


面经


文章

微信
公众号

扫码关注公众号