Tom
Tom

Reputation: 223

HTML Minification in C#

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 ?

Upvotes: 22

Views: 14202

Answers (2)

2xMax
2xMax

Reputation: 1752

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

Upvotes: 5

Hossein
Hossein

Reputation: 1768

Try my extension for static minification: MinifyOnSave

The source code is also available on GitHub.

Upvotes: 0

Related Questions