WebControl.IAttributeAccessor.SetAttribute Method (String, String)
.NET Framework (current version)
Sets an attribute of the Web control to the specified name and value.
Assembly: System.Web (in System.Web.dll)
Parameters
- name
-
Type:
System.String
The name component of the attribute's name/value pair.
- value
-
Type:
System.String
The value component of the attribute's name/value pair.
The IAttributeAccessor.SetAttribute 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: