Strange, that no one asked this before....
I am creating templated HTML emails for 4 languages. I want to put the HTML templates into my .resx files to have easy, in
Put encoded html in the .resx file and then getting back the html using
encoded html
.resx
html
@Html.Raw(Server.HtmlDecode(...resource...));