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?
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?