System.Web.UI.WebControls.Wizard.FinishDestinationPageUrl Property

Gets or sets the URL that the user is redirected to when they click the Finish button.

Syntax

[System.ComponentModel.DefaultValue("")]
[System.ComponentModel.Editor("System.Web.UI.Design.UrlEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.Web.UI.UrlProperty]
public virtual string FinishDestinationPageUrl { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The Wizard.FinishDestinationPageUrl property specifies the step that is displayed when the user clicks the Finish button on the System.Web.UI.WebControls.Wizard control.

This property cannot be set by themes or style sheet themes. For more information, see System.Web.UI.ThemeableAttribute and ASP.NET Themes Overview.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0