This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
namespace CsharpHttpHelper.Item
{
/// <summary>
/// 图片对象 Copyright:http://www.httphelper.com/
/// </summary>
public class ImgItem
/// 图片网址
public string Src
get;
set;
}
/// 图片标签Html
public string Html