Wizard.FinishDestinationPageUrl Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the URL that the user is redirected to when they click the Finish button.
public:
virtual property System::String ^ FinishDestinationPageUrl { System::String ^ get(); void set(System::String ^ value); };
[System.Web.UI.Themeable(false)]
public virtual string FinishDestinationPageUrl { get; set; }
[<System.Web.UI.Themeable(false)>]
member this.FinishDestinationPageUrl : string with get, set
Public Overridable Property FinishDestinationPageUrl As String
Property Value
The URL that the user is redirected to when they click Finish on the Wizard. The default is an empty string ("").
- Attributes
Remarks
The FinishDestinationPageUrl property specifies the step that is displayed when the user clicks the Finish button on the Wizard control.
This property cannot be set by themes or style sheet themes. For more information, see ThemeableAttribute and ASP.NET Themes and Skins.