DetailsView.ICallbackContainer.GetCallbackScript 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立 DetailsView 控制項的回呼指令碼。
virtual System::String ^ System.Web.UI.WebControls.ICallbackContainer.GetCallbackScript(System::Web::UI::WebControls::IButtonControl ^ buttonControl, System::String ^ argument) = System::Web::UI::WebControls::ICallbackContainer::GetCallbackScript;
string ICallbackContainer.GetCallbackScript (System.Web.UI.WebControls.IButtonControl buttonControl, string argument);
abstract member System.Web.UI.WebControls.ICallbackContainer.GetCallbackScript : System.Web.UI.WebControls.IButtonControl * string -> string
override this.System.Web.UI.WebControls.ICallbackContainer.GetCallbackScript : System.Web.UI.WebControls.IButtonControl * string -> string
Function GetCallbackScript (buttonControl As IButtonControl, argument As String) As String Implements ICallbackContainer.GetCallbackScript
參數
- buttonControl
- IButtonControl
將網頁回傳至伺服器的按鈕控制項。
- argument
- String
回呼事件的引數。
傳回
DetailsView 控制項的回呼指令碼。
實作
備註
這個方法是由 控制項呼叫 DetailsView 以產生其回呼腳本的協助程式方法。 DetailsView如果控制項未轉譯用戶端腳本,或 argument
參數為 null
或空字串 (「」) ,則這個方法會傳 null
回 。