Answer the question
In order to leave comments, you need to log in
Why xpath request works differently in different versions of HtmlAgilityPack?
Hello. There is a program in which, using an xpath query, you can get links to images.
Request:
var screen = HD.DocumentNode.SelectNodes("//textarea[@class='hidearea']/a");
HD.LoadHtml(responseToString);
Answer the question
In order to leave comments, you need to log in
The behavior has changed. For example, today I was looking for why I have a white menu with white text.
It turned out to be enough to change xamarin forms 4.5 -> 4.6
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question