Search code examples
c#.netbase-class-library

Are there classes for managing HTML objects in .Net?


Is there an HTML DOM object model structure in .Net? nothing that is specific to MVC or WebControls but just for HTML document management


Solution

  • You can use the Html Agility Pack, or CsQuery if you're more familiar with Jquery.