HtmlControl::GetAttribute Method (String^)
.NET Framework (current version)
Gets the value of the named attribute on the HtmlControl control.
Assembly: System.Web (in System.Web.dll)
Parameters
- name
-
Type:
System::String^
The name of the attribute. This argument is case-insensitive.
Return Value
Type: System::String^The value of this attribute on the element, as a String value. If the specified attribute does not exist on this element, returns an empty string ("").
Use the GetAttribute method to access an attribute on the HtmlControl server control. All HTML server controls store their attributes in the Control::ViewState property. HTML attributes are treated by the ASP.NET page framework as properties on the HTML server control to which they belong. The GetAttribute method's name parameter is case-insensitive.
.NET Framework
Available since 2.0
Available since 2.0
Show: