Wizard.CancelDestinationPageUrl 属性
定义
获取或设置在用户单击“取消”按钮时将定向到的 URL。Gets or sets the URL that the user is directed to when they click the Cancel button.
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 Wizard 。The URL that the user is redirected to when they click Cancel on the Wizard. 默认值为空字符串("")。The default is an empty string ("").
- 属性
注解
CancelDestinationPageUrl属性指定用户单击控件上的 "取消" 按钮时显示的步骤 Wizard 。The CancelDestinationPageUrl property specifies the step that is displayed when the user clicks the Cancel button on the Wizard control. 如果将 DisplayCancelButton 属性设置为 true ,并且 CancelDestinationPageUrl 未设置该属性,则将刷新网页并 OnCancelButtonClick 引发事件。If the DisplayCancelButton property is set to true and the CancelDestinationPageUrl property is not set, the Web page is refreshed and the OnCancelButtonClick event is raised.
无法通过主题或样式表主题设置此属性。This property cannot be set by themes or style sheet themes. 有关详细信息,请参阅 ThemeableAttribute 和 ASP.NET 主题和外观。For more information, see ThemeableAttribute and ASP.NET Themes and Skins.