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 事件的事件處理常式。

適用於

另請參閱