Click or drag to resize

AccessibilityAriaLandmarkSet Method

Overload List
  NameDescription
Public methodStatic memberAriaLandmarkSet(HtmlControl, String, String)
Set an ARIA landmark (role) on the specified control. ARIA landmarks can be used by assistive technology such as screen readers to help visually-impaired users better navigate a web page. See: http://www.w3.org/WAI/GL/wiki/Using_ARIA_landmarks_to_identify_regions_of_a_page
Public methodStatic memberAriaLandmarkSet(WebControl, String, String)
Set an ARIA landmark (role) on the specified control. ARIA landmarks can be used by assistive technology such as screen readers to help visually-impaired users better navigate a web page. See: http://www.w3.org/WAI/GL/wiki/Using_ARIA_landmarks_to_identify_regions_of_a_page
Top
See Also