AttributeCollection Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Add(String, String) | Adds an attribute to a server control's AttributeCollection object. |
![]() | AddAttributes(HtmlTextWriter) | Adds attributes from the AttributeCollection class to the HtmlTextWriter object that is responsible for rendering the attributes as markup. |
![]() | Clear() | Removes all attributes from a server control's AttributeCollection object. |
![]() | Equals(Object) | Determines whether the current instance of the AttributeCollection object is equal to the specified object.(Overrides Object.Equals(Object).) |
![]() | GetHashCode() | Returns the hash code for this instance.(Overrides Object.GetHashCode().) |
![]() | GetType() | |
![]() | Remove(String) | Removes an attribute from a server control's AttributeCollection object. |
![]() | Render(HtmlTextWriter) | Writes the collection of attributes to the specified HtmlTextWriter output stream for the control to which the collection belongs. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
