ScriptManager.AsyncPostBackSourceElementID 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得導致非同步回傳之控制項的唯一 ID。
public:
property System::String ^ AsyncPostBackSourceElementID { System::String ^ get(); };
[System.ComponentModel.Browsable(false)]
public string AsyncPostBackSourceElementID { get; }
[<System.ComponentModel.Browsable(false)>]
member this.AsyncPostBackSourceElementID : string
Public ReadOnly Property AsyncPostBackSourceElementID As String
屬性值
如果控制項具有 ID,則為控制項的唯一 ID,否則為空字串 ("")。
- 屬性
備註
屬性 AsyncPostBackSourceElementID 包含造成非同步回傳的控制項識別碼值,可以是下列其中一項:
來自 控制項 ChildrenAsTriggers 的 UpdatePanel 回傳,其 屬性設定為
true
(預設) 。從控制項回傳,該控制項是控制項的觸發程式 UpdatePanel 。
從呼叫 RegisterAsyncPostBackControl 控制項的 方法註冊的 ScriptManager 控制項回傳。