Share via


ChangePassword.ContinueButtonCommandName 字段

定义

表示“继续”按钮的 CommandName 值。 此字段为只读。

public: static initonly System::String ^ ContinueButtonCommandName;
public static readonly string ContinueButtonCommandName;
 staticval mutable ContinueButtonCommandName : string
Public Shared ReadOnly ContinueButtonCommandName As String 

字段值

注解

ContinueButtonCommandName使用 字段表示CommandName“继续”按钮的值。 配置任何按钮以模拟控件的“继续”按钮 ChangePassword 的功能时,这非常有用。

若要向控件中包含的ChangePassword任何Button控件分配继续功能,请将按钮的 属性设置为 CommandName 字段中包含的ContinueButtonCommandName字符串。

“继续”按钮可以显示在 ChangePassword 模板或“成功”模板上。 单击“继续”按钮会将用户重定向到存储在 属性中的 ContinueDestinationPageUrl URL。 若要将自定义功能添加到“继续”按钮,请为 ContinueButtonClick 事件创建事件处理程序。

适用于

另请参阅