C# Is there a LINQ to HTML, or some other good .Net HTML manipulation API?

前端 未结 5 1382
轮回少年
轮回少年 2020-11-30 07:42

I have a C# WPF application that needs to consume data that is exposed on a webpage as a HTML table.

After getting inspiration from this url I tried using Linq to X

5条回答
  •  日久生厌
    2020-11-30 08:25

    I've posted some code providing "LINQ to HTML" functionality here:

    Looking for C# HTML parser

提交回复
热议问题