Click or drag to resize

AccessibilityAltTextSet Method

Overload List
  NameDescription
Public methodStatic memberAltTextSet(LinkButton, String)
This method sets the "aria-label" attribute supported by most screen readers as text to be read aloud instead of the anchor's visible text. Screen readers read aloud any ALT text on images, but not on anchor tags. The .Net LinkButton is rendered as an anchor tag for which most screen readers will ignore the ALT text. http://www.w3.org/TR/wai-aria/states_and_properties#aria-label
Public methodStatic memberAltTextSet(TextBox, String)
This method sets the "aria-label" attribute supported by most screen readers as text to be read aloud instead of the anchor's visible text. Screen readers read aloud any ALT text on images, but not on most other tags. http://www.w3.org/TR/wai-aria/states_and_properties#aria-label
Top
See Also