+ 1
How to display images that comes from database in mvc?
I am trying to make a blog. I have a content column in my database. I can add any text to my database. I can even use the HTML codes in my content with @Html.Raw. But I can't use img tag in it. I need to use @Url.Content(""),but I can't do that. And I need to upload the photo to my project. How can I use img tag in it?
1 Odpowiedź
+ 1
With HTML Text Editor.