次の方法で共有


ICallbackContainer.GetCallbackScript(IButtonControl, String) メソッド

定義

Web サーバーに対してクライアント コールバックを開始するためのスクリプトを作成します。

public:
 System::String ^ GetCallbackScript(System::Web::UI::WebControls::IButtonControl ^ buttonControl, System::String ^ argument);
public string GetCallbackScript (System.Web.UI.WebControls.IButtonControl buttonControl, string argument);
abstract member GetCallbackScript : System.Web.UI.WebControls.IButtonControl * string -> string
Public Function GetCallbackScript (buttonControl As IButtonControl, argument As String) As String

パラメーター

buttonControl
IButtonControl

コールバック要求を開始するコントロール。

argument
String

コールバック スクリプトの作成に使用される引数。

戻り値

クライアント側で実行されたときに、Web サーバーに対してコールバックを開始するスクリプト。

注釈

メソッドの GetCallbackScript 実装では、クライアントで実行すると Web サーバーへのコールバックを開始するスクリプトを返す必要があります。

パラメーターは argument 、コールバックを RaiseCallbackEvent 処理する メソッドに渡されます。

コールバックの作成の詳細については、「 ポストバックなしのクライアント コールバックの実装」を参照してください。

適用対象

こちらもご覧ください