ChangePassword.ContinueDestinationPageUrl Propriedade

Definição

Obtém ou define a URL da página que o usuário verá depois de clicar no botão Continuar na exibição de Êxito.Gets or sets the URL of the page that the user will see after clicking the Continue button on the Success view.

public:
 virtual property System::String ^ ContinueDestinationPageUrl { System::String ^ get(); void set(System::String ^ value); };
[System.Web.UI.Themeable(false)]
public virtual string ContinueDestinationPageUrl { get; set; }
[<System.Web.UI.Themeable(false)>]
member this.ContinueDestinationPageUrl : string with get, set
Public Overridable Property ContinueDestinationPageUrl As String

Valor da propriedade

String

A URL da página para a qual o usuário é redirecionado depois de clicar no botão continuar.The URL of the page the user is redirected to after clicking the Continue button. O padrão é Empty.The default is Empty.

Atributos

Comentários

A ContinueDestinationPageUrl propriedade contém a URL da página da Web que os usuários verão depois de alterar sua senha com êxito.The ContinueDestinationPageUrl property contains the URL of the Web page that users will see after successfully changing their password. Ao definir o ContinueDestinationPageUrl , você pode controlar a primeira página que os usuários veem depois de alterar sua senha.By setting the ContinueDestinationPageUrl, you can control the first page that users see after changing their password.

Se a ContinueDestinationPageUrl propriedade for o padrão, um Empty campo, quando o usuário clicar no botão continuar, a página será atualizada e quaisquer valores no formulário serão apagados.If the ContinueDestinationPageUrl property is the default, an Empty field, when the user clicks the Continue button, the page is refreshed and any values on the form are cleared.

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