c# - dot net core System.Xml.XMLNode not found -


what equavalent code in dot net core :

type[] typearray1 = new type[] { typeof(xmlnode), typeof(string) }; 

xmlnode not found in system.xml assembly.

i have solved problem. i've added system.xml.xmldocument nuget manager , works.

for more detail see this.


Comments

Popular posts from this blog

cookies - Yii2 Advanced - Share session between frontend and mainsite (duplicate of frontend for www) -

angular - password and confirm password field validation angular2 reactive forms -

php - Permission denied. Laravel linux server -