Login::PasswordRecoveryUrl Property
.NET Framework (current version)
Gets or sets the URL of the password recovery page.
Assembly: System.Web (in System.Web.dll)
The PasswordRecoveryUrl property contains the URL of the password recovery page for the Web site. The PasswordRecoveryText property contains the text used for the link.
If the PasswordRecoveryText property is empty, the link to the password recovery page is not available to the user.
The following example code uses the PasswordRecoveryUrl property to specify the URL of the site's password recovery page. The example displays a login form and sets the PasswordRecoveryUrl and PasswordRecoveryText properties. If the user clicks "Forgot your password", the getPass.aspx page is displayed.
.NET Framework
Available since 2.0
Available since 2.0
Show: