ScriptManager.AsyncPostBackSourceElementID 屬性

定義

取得導致非同步回傳之控制項的唯一 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

屬性值

String

如果控制項具有 ID,則為控制項的唯一 ID,否則為空字串 ("")。

屬性

備註

屬性 AsyncPostBackSourceElementID 包含造成非同步回傳的控制項識別碼值,可以是下列其中一項:

適用於

另請參閱