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
  • html-agility-pack

how to maintain case of attribute name without changing to lower case in html agility pack

Jun 14, 2011 See the question and my original answer on StackOverflow

You can't do this, unless you change the source (the Html Agility Pack is open source, so you're free to go). it's by design, as it was designed to handle HTML, and HTML is case-insensitive.

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