ChangePassword.CancelDestinationPageUrl Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.