Wizard.CancelDestinationPageUrl 屬性

定義

取得或設定當使用者按一下 [取消] 按鈕時會導向到的 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

屬性值

String

當使用者按一下 上的 [ 取消 ] 時,會重新導向至的 Wizard URL。 預設為空字串 ("")。

屬性

備註

屬性 CancelDestinationPageUrl 會指定當使用者按一下控制項上的 Wizard [取消] 按鈕時所顯示的步驟。 DisplayCancelButton如果 屬性設定為 true ,且 CancelDestinationPageUrl 未設定 屬性,則會重新整理網頁並 OnCancelButtonClick 引發 事件。

這個屬性無法由佈景主題或樣式表主題設定。 如需詳細資訊,請參閱 ThemeableAttributeASP.NET 主題和外觀

適用於

另請參閱