Click or drag to resize

GlyphiconScreenReaderText Property

Gets/sets text that can be read by ScreenReaders, but is not visible in the browser. Renders using the Bootstrap sr-only class. See Text for providing text (that is visible in the browser) along side the glyph. See https://danielnixon.org/bootstraps-bad-glyphicon-example/ for a discussion of using Bootstrap glyphicons with assistive technology.

Namespace:  NetQuarry.WebControls
Assembly:  EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string ScreenReaderText { get; set; }

Property Value

Type: String
See Also