ListItem::IAttributeAccessor::GetAttribute Method (String^)
This API supports the product infrastructure and is not intended to be used directly from your code.
Returns the attribute value of the list item control having the specified attribute name.
Assembly: System.Web (in System.Web.dll)
private: virtual String^ GetAttribute( String^ name ) sealed = IAttributeAccessor::GetAttribute
Parameters
- name
-
Type:
System::String^
The name component of an attribute's name/value pair.
This member is an explicit interface member implementation. It can be used only when the ListItem instance is cast to an IAttributeAccessor interface.
Available since 1.1
IAttributeAccessor::GetAttribute
ListControl
RadioButtonList
ListBox
DropDownList
CheckBoxList
ListItem Class
System.Web.UI.WebControls Namespace
ListBox Web Server Control Overview
RadioButton and RadioButtonList Web Server Controls Overview
CheckBox and CheckBoxList Web Server Controls Overview
BulletedList Web Server Control Overview
DropDownList Web Server Control Overview