Antaris / RazorEngine

Open source templating engine based on Microsoft's Razor parsing engine
http://antaris.github.io/RazorEngine
Other
2.14k stars 577 forks source link

Image doesn't render #584

Open zsong opened 3 years ago

zsong commented 3 years ago

Template has something like this

<img src="@String.Format(@"data:image;base64,{0}", Model.ImageInBase64String)" alt="logo" />

Compile() doesn't render image.

Brads3290 commented 2 years ago

Just a guess, really - you might have to escape the second "@" somehow.