UpdatePanel.Attributes Property

Definition

Gets the cascading style sheet (CSS) attributes collection of the UpdatePanel control.

C#
[System.ComponentModel.Browsable(false)]
public System.Web.UI.AttributeCollection Attributes { get; }

Property Value

The names of the CSS style rules in the attributes collection.

Attributes

Remarks

The Attributes property contains a collection of CSS style attributes that can be used in the enclosing div element of the UpdatePanel control.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1