❔ Blazor - MarkupString rendering <img> tag w/ base64 image encoding as text
As can be seen in the dev tools, there are quotation marks around the <img> tag when rendered in-browser. I checked HttpUtility.HtmlEncode and it's not adding the quotes, so I think the MarkupString is. Does anyone know how to fix this?





2 Replies