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 包含可用于控件的封闭 div 元素的 CSS 样式属性的 UpdatePanel 集合。

适用于