Search code examples
c#.netasp.net-mvchtml-parsingdnx

C# DNX parsing HTML


I am trying to parse HTML on DNX (.NET Execution Environment), but I can't find way to do it. As I know DNX was made primary for cross platform web development, therefore there should be something?


Solution

  • You can try to use HtmlAgilityPack for .NET Core. It's port HtmlAgilityPack library to .net core, which used to parsing html on full .Net Framework.