Share via


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 主題和外觀

適用於

另請參閱