Minifying HTML for ASP.NET MVC

Read Original

The article details a common ASP.NET MVC issue where Razor comments and code blocks generate extra carriage returns in HTML, wasting bandwidth. It quantifies the global bandwidth saved by a recent fix in ASP.NET Core and discusses more comprehensive HTML minification solutions like Web Markup Min and Dean Hume's compile-time minifier for greater savings.

Minifying HTML for ASP.NET MVC

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week