Quantcast
Channel: ASP.NET Core
Viewing all articles
Browse latest Browse all 9386

How to compress razor template text?

$
0
0

I want to compress razor template text before razor parsed.

Before:

<html><head><title>welcome!</title></head><body>
     @message</body></html>

After:

<html><head><title>welcome!</title></head><body>@message</body></html>

Any ideas?


Viewing all articles
Browse latest Browse all 9386

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>