ChangePassword.ContinueButtonCommandName 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示“继续”按钮的 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 事件创建事件处理程序。