ChangePassword.CancelDestinationPageUrl 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定按一下 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。
- 屬性
備註
這個屬性無法由佈景主題或樣式表主題設定。 如需詳細資訊,請參閱 ThemeableAttribute 和 ASP.NET 主題和面板。