AttributeCollection::Add Method (String^, String^)
.NET Framework (current version)
Adds an attribute to a server control's AttributeCollection object.
Assembly: System.Web (in System.Web.dll)
Parameters
- key
-
Type:
System::String^
The attribute name.
- value
-
Type:
System::String^
The attribute value.
If the string in the value parameter contains an ampersand (&), the character is automatically encoded. The resulting HTML representation is "&".
The following example shows how to use the Add method to programmatically add an attribute to an ASP.NET server control AttributeCollection object.
.NET Framework
Available since 1.1
Available since 1.1
Show: