Hyperlink.ImageUrl

Hyperlink.ImageUrl property

Gets or sets the hyperlink’s image url. If sets to null or empty string, the hyperlink will only display it’s text.

public virtual string ImageUrl { get; set; }

See Also