ChangePassword.ContinueDestinationPageUrl Property

Definition

Gets or sets the URL of the page that the user will see after clicking the Continue button on the Success view.

public:
 virtual property System::String ^ ContinueDestinationPageUrl { System::String ^ get(); void set(System::String ^ value); };
[System.Web.UI.Themeable(false)]
public virtual string ContinueDestinationPageUrl { get; set; }
[<System.Web.UI.Themeable(false)>]
member this.ContinueDestinationPageUrl : string with get, set
Public Overridable Property ContinueDestinationPageUrl As String

Property Value

The URL of the page the user is redirected to after clicking the Continue button. The default is Empty.

Attributes

Remarks

The ContinueDestinationPageUrl property contains the URL of the Web page that users will see after successfully changing their password. By setting the ContinueDestinationPageUrl, you can control the first page that users see after changing their password.

If the ContinueDestinationPageUrl property is the default, an Empty field, when the user clicks the Continue button, the page is refreshed and any values on the form are cleared.

This property cannot be set by themes or style sheet themes. For more information, see ThemeableAttribute and ASP.NET Themes and Skins.

Applies to

See also