ChangePassword.CancelDestinationPageUrl 属性

定义

获取或设置单击 ChangePassword 控件中的“取消”按钮后显示给用户的页面的 URL。

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

属性值

单击“取消”按钮后将用户重定向到的页面的 URL。 默认值为 Empty

属性

注解

无法通过主题或样式表主题设置此属性。 有关详细信息,请参阅 ThemeableAttributeASP.NET 主题和皮肤

适用于

另请参阅