ImageURL

GridHyperlink.ImageURL property

获取或设置链接的Image URL,超链接中没有imageurl属性, 所以实际使用TextToDisplay记录这个值,TextToDisplay会设置为<img src=value> 所以会改变TextToDisplay 的值

public string ImageURL { get; set; }

也可以看看