Wizard.CancelDestinationPageUrl Property
Assembly: System.Web (in system.web.dll)
/** @property */ public String get_CancelDestinationPageUrl () /** @property */ public void set_CancelDestinationPageUrl (String value)
public function get CancelDestinationPageUrl () : String public function set CancelDestinationPageUrl (value : String)
Property Value
The URL that the user is redirected to when they click Cancel on the Wizard. The default is an empty string ("").The CancelDestinationPageUrl property specifies the step that is displayed when the user clicks the Cancel button on the Wizard control. 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. For more information, see ThemeableAttribute and ASP.NET Themes and Skins Overview.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.