System.Web.UI.WebControls.Login.PasswordRecoveryUrl Property

Gets or sets the URL of the password recovery page.

Syntax

[System.Web.UI.UrlProperty]
[System.ComponentModel.Editor("System.Web.UI.Design.UrlEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.ComponentModel.DefaultValue("")]
public virtual string PasswordRecoveryUrl { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The Login.PasswordRecoveryUrl property contains the URL of the password recovery page for the Web site. The Login.PasswordRecoveryText property contains the text used for the link.

If the Login.PasswordRecoveryText property is empty, the link to the password recovery page is not available to the user.

Requirements

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