Contents tagged with Asp.NET

  • How to print out   in cshtml files

    A short snippet to display non-breaking space in CSHTML files. Hope this snippet in helpful.

    Read More...
  • Compression of HTML-Output Module

    Some people like to have a compressed output of there WebForms or MVC-Pages in .NET. The following snippet shows such a compressor. It is not optimized for performance but you should see the principle behind. The compressor takes care of <pre><code>. You may also use this compressor to remove unwanted html snippets from your MVC or WebForm pages.

    Read More...
  • 1