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 abstract GetAttribute : name:string -> string private override GetAttribute : name:string -> string
Parameters
- name
-
Type:
System.String
The attribute name.
Return Value
Type: System.StringThe 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 ("").
Implements
IAttributeAccessor.GetAttribute(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: