共用方式為


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

適用於

另請參閱