using System.Collections.Generic;
using System.Text.RegularExpressions;
public static void Main()
var url = "https://www.mescoursescasino.fr/ecommerce/affichageCatalog/WE38560/C-155117-fromages-bio";
var htmlDoc = web.Load(url);
var node = htmlDoc.DocumentNode.SelectSingleNode("//body");
string result = node.WriteContentTo();
Console.WriteLine(result);