Click or drag to resize

GlyphiconAlternateText Property

Gets or sets the alternative text. This text is presented to screen readers, but is invisible to sighted users.

Namespace:  Bootstrap.A11y
Assembly:  Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public string AlternateText { get; set; }

Property Value

Type: String
The alternative text.
See Also