UpdatePanel.Attributes 屬性

定義

取得 UpdatePanel 控制項的階層式樣式表 (CSS) 屬性集合。

public:
 property System::Web::UI::AttributeCollection ^ Attributes { System::Web::UI::AttributeCollection ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Web.UI.AttributeCollection Attributes { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Attributes : System.Web.UI.AttributeCollection
Public ReadOnly Property Attributes As AttributeCollection

屬性值

屬性集合中之 CSS 樣式規則的名稱。

屬性

備註

屬性 Attributes 包含 CSS 樣式屬性的集合,可用於 控制項的封入 div 專案 UpdatePanel

適用於