UpdatePanelControlTrigger.ControlID 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定字串,這個字串表示做為 ID 控制項觸發程序之控制項的 UpdatePanel。
public:
property System::String ^ ControlID { System::String ^ get(); void set(System::String ^ value); };
public string ControlID { get; set; }
member this.ControlID : string with get, set
Public Property ControlID As String
屬性值
包含控制項之 ID 的字串。 預設為空字串 ("")。
備註
ControlID屬性必須設定為執行 INamingContainer 、 IPostBackDataHandler 或介面之控制項的識別碼 IPostBackEventHandler 。