Minify Html output of ASP.NET Application

后端 未结 6 2065
后悔当初
后悔当初 2020-11-28 23:47

What are the ways by which we can reduce the size of the HTML Response sent by an asp.net application?

I am using Controls which are not owned by me and it produces

6条回答
  •  迷失自我
    2020-11-29 00:41

    There is no need to do it at run time. Because it can be done at compile time.

    Details: http://omari-o.blogspot.com/2009/09/aspnet-white-space-cleaning-with-no.html

提交回复
热议问题