Gets all attribute name/value pairs expressed on a server control tag within a selected ASP+ page.
[Visual Basic] Public ReadOnly Property Attributes As AttributeCollection [C#] public AttributeCollection Attributes {get;} [C++] public: __property AttributeCollection* get_Attributes(); [JScript] public function get Attributes() : AttributeCollection;
The attribute collection for the specified server control tag.
Developers can programmatically access specified attributes as they would any property.
HtmlControl Class | HtmlControl Members | System.Web.UI.HtmlControls Namespace | AttributeCollection