Rendering an SVG file #497
Unanswered
americanslon
asked this question in
Q&A
Replies: 1 comment
-
I guess you need
If you get reddish squiggles: it is a false positive. But you can get rid of it using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use another library to generate an SVG graphic and write it to a string.
I am then trying to get RazorLight to render it
I tried
@((MarkupString)ViewBag.QR)
and
@ViewBag.QR
Both code lines just put the svg on the page as a string and don't actually try to render an image.
Is it possible to do what I am trying to do?
Beta Was this translation helpful? Give feedback.
All reactions