Community

HTML Manipulation using .NET – Manage Dynamic Views in MVC using Html Agility Pack

(Jamil Hallal) When creating dynamic views in MVC you might need an API that helps you manipulate the html using .NET code. I usually use “HTML Agility Pack” for this mission, it is quite flexible and easy to use .NET API.