asp.net.ph

AttributeCollection.Add Method

System.Web.UI Namespace   AttributeCollection Class


Adds an item to the AttributeCollection.

[ VB ]
Overridable Public Sub Add ( _
   ByVal key As String, _
   ByVal value As String _
)

[ C# ]
public virtual void Add (
   string key,
   string value
);

[ C++ ]
public: virtual void Add (
   String* key,
   String* value
);

[ JScript ]
public function Add (
   key : String,
   value : String
);

Parameters

key
Index assigned to the new attribute in the collection.
value
Attribute to store in the collection.
See Also

AttributeCollection Members Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note