System.Web.UI.WebControls.SiteMapPath.SkipLinkText Property

Gets or sets a value that is used to render alternate text for screen readers to skip the control's content.

Syntax

[System.ComponentModel.Localizable(true)]
public virtual string SkipLinkText { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

SiteMapPath.SkipLinkText is a property that you can set to make a Web page more or less accessible to users of screen readers. Web sites that contain content that repeats on multiple pages, such as controls that display site map data, can provide a mechanism that allows users of screen readers to skip the repeated content so that it is not read aloud.

The System.Web.UI.WebControls.SiteMapPath control provides the SiteMapPath.SkipLinkText property as a way for the entire control to be skipped by screen readers. If the SiteMapPath.SkipLinkText property is set, an invisible image with alternate text is rendered, giving the user the option to jump to the end of the content. Screen readers read the alternate text aloud but the image does not disturb the visual flow of the page. The property is set to "Skip Navigation Links" by default, which makes screen readers skip the control. If you want to disable this behavior, set the property to string.Empty.

The value of this property is stored in view state.

The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see System.ComponentModel.LocalizableAttribute and ASP.NET Globalization and Localization.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0