Simon Mourier's Avatar
Simon Mourier's blog (1807 answers on StackOverflow) about Microsoft technologies C#, C/C++, .NET, WinRT, WinUI3, AOT, P/Invoke, COM, Interop, DirectX, Direct2D, Windows, ...
  • 🔎︎ Search
  • Categories
  • Archives
  • About Me
  • c#
  • html
  • html-agility-pack

c# win8 HtmlAgilityPack trouble

May 1, 2013 See the question and my original answer on StackOverflow

No, you missed nothing. The metro (Windows RT) platform doesn't support all of Windows .NET features.

XPATH for example is not supported, and since the XPATH feature (SelectNodes comes with this feature) of Html Agility Pack is based on the .NET one, it's not supported in Html Agility Pack for Windows RT.

  • SmoBlog © 2010-2026 Simon Mourier. All rights reserved.
  • Privacy & Terms