System.Web.UI.WebControls.PasswordRecovery.HelpPageUrl Property

Gets or sets the URL of the password recovery Help page.

Syntax

public virtual string HelpPageUrl { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The PasswordRecovery.HelpPageUrl property contains the URL of the password recovery Help page. The System.Web.UI.WebControls.PasswordRecovery control displays a link to the password recovery Help page in the UserName view and the Question view but not in the Success view.

If the PasswordRecovery.HelpPageText 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.

Requirements

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