HTMLImageElement.Alt

HTMLImageElement.Alt property

Alternate text for user agents not rendering the normal content of this element. See the alt attribute definition in HTML 4.01.

public string Alt { get; set; }

See Also