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 便利です。

コントロールに含まれるコントロールButtonに継続機能をChangePassword割り当てるには、ボタンの プロパティをフィールドに含まれる文字列にContinueButtonCommandName設定CommandNameします。

[続行] ボタンは、ChangePassword テンプレートまたは成功テンプレートに表示されます。 [続行] ボタンをクリックすると、 プロパティに格納されている URL にユーザーが ContinueDestinationPageUrl リダイレクトされます。 [続行] ボタンにカスタム機能を追加するには、 イベントのイベント ハンドラーを ContinueButtonClick 作成します。

適用対象

こちらもご覧ください