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)
Syntaxpublic string AlternateText { get; set; }<asp:Glyphicon AlternateText="String" />
Property Value
Type:
String
The alternative text.
See Also