The AttributeCollection class provides object-model access to all attributes declared on an HTML server control element.
Object
AttributeCollection
[Visual Basic] Public Class AttributeCollection [C#] public class AttributeCollection [C++] public __gc class AttributeCollection [JScript] public class AttributeCollection
Attributes are keyed using case-insensitive String lookups. They can return a String or, if there is no value present, NULL.
Namespace: System.Web.UI
Assembly: System.Web.dll