c# - How to disable html img tag rendering from a string while parsing data from rss news -
c# - How to disable html img tag rendering from a string while parsing data from rss news -
greetings of day!
i need parse dynamic info using rss feeds rss url given below , disable rendering of images under description returned xml: timesofindia - rss feeds
technology used: html, css, asp.net using c#.
following sample description returned rss:
angelica valencia of queens advised doc not work overtime shifts because of high-risk pregnancy.<img width='1' height='1' src='http://timesofindia.feedsportal.com/c/33039/f/533917/s/3f9f3d41/sc/36/mf.gif' border='0'/><br clear='all'/><br/><br/><a href="http://da.feedsportal.com/r/210474526050/u/0/f/533917/c/33039/s/3f9f3d41/sc/36/rc/1/rc.htm" rel="nofollow"><img src="http://da.feedsportal.com/r/210474526050/u/0/f/533917/c/33039/s/3f9f3d41/sc/36/rc/1/rc.img" border="0"/></a><br/><a href="http://da.feedsportal.com/r/210474526050/u/0/f/533917/c/33039/s/3f9f3d41/sc/36/rc/2/rc.htm" rel="nofollow"><img src="http://da.feedsportal.com/r/210474526050/u/0/f/533917/c/33039/s/3f9f3d41/sc/36/rc/2/rc.img" border="0"/></a><br/><a href="http://da.feedsportal.com/r/210474526050/u/0/f/533917/c/33039/s/3f9f3d41/sc/36/rc/3/rc.htm" rel="nofollow"><img src="http://da.feedsportal.com/r/210474526050/u/0/f/533917/c/33039/s/3f9f3d41/sc/36/rc/3/rc.img" border="0"/></a><br/><br/><a href="http://da.feedsportal.com/r/210474526050/u/0/f/533917/c/33039/s/3f9f3d41/sc/36/a2.htm"><img src="http://da.feedsportal.com/r/210474526050/u/0/f/533917/c/33039/s/3f9f3d41/sc/36/a2.img" border="0"/></a><img width="1" height="1" src="http://pi.feedsportal.com/r/210474526050/u/0/f/533917/c/33039/s/3f9f3d41/sc/36/a2t.img" border="0"/>
here need disable rendering of images illustration "img width='1' height='1' src='http://timesofindia.feedsportal.com/c/33039/f/533917/s/3f9f3d41/sc/36/mf.gif' border='0'" @ run time , ensuring performance.
any suggestion or illustration great.
thanx in advance
c# html asp.net html5 css3
Comments
Post a Comment