HTML Minification in C#

Tom picture Tom · Apr 29, 2010 · Viewed 11.7k times · Source

Tried searching around for a complete library for HTML Minification in C# but haven't been able to locate anything that is useful ?

Does anyone here have such a library or know of one ?

Answer

2xMax picture 2xMax · Sep 9, 2013

As for static HTML compression, I found this port of Google’s htmlcompressor library. I wrapped it in MSBuild Task and I'm happy:)