HtmlControl::IAttributeAccessor::GetAttribute Method (String^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
For a description of this member, see IAttributeAccessor::GetAttribute.
Assembly: System.Web (in System.Web.dll)
private: virtual String^ GetAttribute( String^ name ) sealed = IAttributeAccessor::GetAttribute
Parameters
- name
-
Type:
System::String^
The attribute name.
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 ("").
The IAttributeAccessor::GetAttribute method calls the GetAttribute method.
This member is an explicit interface member implementation. It can be used only when the HtmlControl instance is cast to an IAttributeAccessor interface.
.NET Framework
Available since 1.1
Available since 1.1
Show: