There is a problem with selecting the id from the html of the case document in that the id value changes, but the beginning is always the same.
var node = doc.DocumentNode.SelectNodes("//span[@id='Cars_(А здесь разное содержимое) ']");
How can I use one linq request to remove all id values from a web page? That is, I need from the line above, only it is Cars_(А здесь разное содержимое)
.