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




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph