CreateUserWizard.ContinueButtonCommandName フィールド

定義

ユーザー アカウントを作成する最後の手順での [続行] ボタンの CommandName 値を表します。 ContinueButtonCommandName フィールドは読み取り専用です。

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

フィールド値

注釈

フィールドは ContinueButtonCommandName 、ユーザー アカウントを CommandName 作成するための最後の手順の [続行 ] ボタンの値を表します。

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

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

適用対象

こちらもご覧ください