string str ="<img src="/images/1.jpg" />";
str = HttpUtility.HtmlDecode(str);
最后解析:
str="<img src='images/1.jpg'/>"