Extract images link from html text string

Posted by Jaj on Stack Overflow See other posts from Stack Overflow or by Jaj
Published on 2011-01-14T08:45:34Z Indexed on 2011/01/14 8:53 UTC
Read the original article Hit count: 233

Filed under:
|
|

I want to extract all images link to so I can utilize all images freely. how to do in asp.net c#

<div>
    <img src="/upload/Tom_Cruise-242x300.jpg" alt="Tom_Cruise-242x300.jpg" align="left" border="0" height="300" width="242">
    sample text sample text sample text sample text 
    <img src="http://www.sharicons.com/images/rss_icon.jpg" alt="Icon" align="left" border="0" height="100" width="100">
    sample text sample text sample text sample text sample text sample text sample text sample text</div>

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET