C# 中的 HTML 缩小
尝试在 C# 中搜索完整的 HTML 缩小库,但未能找到任何有用的内容?
这里有人有这样的图书馆或知道这样的图书馆吗?
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 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
至于静态 HTML 压缩,我找到了 Google 的 htmlcompressor 库。我将它包装在 MSBuild Task 中,我很高兴:)
As for static HTML compression, I found this port of Google’s htmlcompressor library. I wrapped it in MSBuild Task and I'm happy:)
尝试我的静态缩小扩展: MinifyOnSave
源代码也是可以在 GitHub 上找到。
Try my extension for static minification: MinifyOnSave
The source code is also available on GitHub.