Wizard.FinishDestinationPageUrl Propriedade

Definição

Obtém ou define a URL para a qual o usuário é redirecionado quando clica no botão Concluir.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

Valor da propriedade

String

A URL para a qual o usuário é redirecionado quando clica em concluir no Wizard .The URL that the user is redirected to when they click Finish on the Wizard. O padrão é uma cadeia de caracteres vazia ("").The default is an empty string ("").

Atributos

Comentários

A FinishDestinationPageUrl propriedade especifica a etapa que é exibida quando o usuário clica no botão concluir no Wizard controle.The FinishDestinationPageUrl property specifies the step that is displayed when the user clicks the Finish button on the Wizard control.

Esta propriedade não pode ser definida por temas ou temas de folha de estilo.This property cannot be set by themes or style sheet themes. Para obter mais informações, consulte ThemeableAttribute e temas e capas do ASP.net.For more information, see ThemeableAttribute and ASP.NET Themes and Skins.

Aplica-se a

Confira também