System.Web.UI.WebControls.PasswordRecovery.HelpPageText Property

Gets or sets the text of the link to the password recovery Help page.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

The PasswordRecovery.HelpPageText property contains the link text for the password recovery Help page. If a URL is specified in the PasswordRecovery.HelpPageText property, the System.Web.UI.WebControls.PasswordRecovery control displays a link to information about password recovery in the UserName view and the Question view, but not in the Success view.

If the PasswordRecovery.HelpPageUrl property is set to string.Empty, no link is displayed.

The appearance of the Help page link is defined by the PasswordRecovery.HyperLinkStyle property.

When you use templates to define the appearance of the System.Web.UI.WebControls.PasswordRecovery control, the PasswordRecovery.HelpPageText and PasswordRecovery.HelpPageUrl properties have no effect.

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