This documentation is archived and is not being maintained.

HtmlControl::Attributes Property

Gets a collection of all attribute name and value pairs expressed on a server control tag within the ASP.NET page.

Namespace:  System.Web.UI.HtmlControls
Assembly:  System.Web (in System.Web.dll)

[BrowsableAttribute(false)]
public:
property AttributeCollection^ Attributes {
	AttributeCollection^ get ();
}

Property Value

Type: System.Web.UI::AttributeCollection
A System.Web.UI::AttributeCollection object that contains all attribute name and value pairs expressed on a server control tag within the Web page.

Use this property to programmatically access the attributes of the HTML server control. All HTML server controls store their attributes in the Control::ViewState property.

HTML attributes are treated by the .NET Framework as properties on the HTML server control to which they belong.

For additional information on the attributes collection, see the System.Web.UI::AttributeCollection class.

The following code example demonstrates how to use the Attributes property to determine the attributes of the HtmlSelect control.

No code example is currently available or this language may not be supported.

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0, 2.0, 1.1, 1.0
Show: