dot net core找不到System.Xml.XMLNode

时间:2017-04-14 18:07:09

标签: c# xml .net-core

dot net core中此代码的等价:

Type[] typeArray1 = new Type[] { typeof(XmlNode), typeof(string) };

在System.Xml程序集中找不到XMLNode。

1 个答案:

答案 0 :(得分:2)

我已经解决了我的问题。我已经通过Nuget Manager添加了 System.Xml.XmlDocument 并且可以使用。

有关详细信息,请参阅this