GridHyperlink.ImageURL

GridHyperlink.ImageURL property

Get or Set Image URL for the link, there is no imageurl properties in hyperlink, so actually use TextToDisplay to record this value ,TextToDisplay will be set to <img src=value > so it will change the value of TextToDisplay

public string ImageURL { get; set; }

See Also