ChangePassword.CancelDestinationPageUrl Property

Definition

Gets or sets the URL of the page that the user is shown after clicking the Cancel button in the ChangePassword control.

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

Property Value

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

Attributes

Remarks

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