Gets a collection of attribute name and value pairs for the System.Web.UI.WebControls.ListItem that are not directly supported by the class.
a System.Web.UI.AttributeCollection
Use the ListItem.Attributes collection to manage the attribute name and value pairs declared in the opening and closing tags of the System.Web.UI.WebControls.ListItem, but not directly supported by the class. You can programmatically add or remove attributes to the collection.