RazorEngine
RazorEngine copied to clipboard
Image doesn't render
Template has something like this
<img src="@String.Format(@"data:image;base64,{0}", Model.ImageInBase64String)" alt="logo" />
Compile() doesn't render image.
Just a guess, really - you might have to escape the second "@" somehow.