WebControl.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.
Gets an attribute of the Web control with the specified name.
Assembly: System.Web (in System.Web.dll)
Private Function GetAttribute ( name As String ) As String Implements IAttributeAccessor.GetAttribute
Parameters
- name
-
Type:
System.String
The name of the attribute.
Implements
IAttributeAccessor.GetAttribute(String)The IAttributeAccessor.GetAttribute method is an explicit interface member implementation. It can be used only when the instance of the WebControl class is cast to an IAttributeAccessor interface.
.NET Framework
Available since 1.1
Available since 1.1
Show: