Users Pricing

forum

home / developersection / forums / how to remove image source from html content?

How to remove image source from html content?

Anonymous User 1530 12 Mar 2018

Hi,

Here is my code, I wanna remove image source from HTML content. 

Please provide some solution to achieve this task.

 <div class="col-md-12">

    @Html.Raw(item.Content)
 </div>

I am a content writter !


2 Answers