Guest User

Untitled

a guest
Jun 20th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. HtmlNodeCollection goal = divGoal.SelectNodes("//div//table[@class='matches events']//tr");
  2. var events = doc.DocumentNode
  3. .SelectNodes("//div//table[contains(@class, 'lineup')]" +
  4. "//tbody//tr").ToList().ForEach(c => goal.Add(c));
Add Comment
Please, Sign In to add comment