Represents a class that is used by HTML helpers to build HTML elements.
The TagBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
| AddCssClass | Adds the specified CSS class to the tag-builder attributes. | |
| Equals | Determines whether the specified Object.) | |
| Finalize | Allows an Object.) | |
| GenerateId | Generates the ID by using the specified name. | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.) | |
| MergeAttribute | Overloaded. Merges the CSS class attribute. | |
| ) | Overloaded. | |
| SetInnerText | Sets the inner text. | |
| ToString | Overloaded. Returns a string that represents the current object. |
| Name | Description | |
|---|---|---|
| Attributes | Gets or sets the CSS class attributes. | |
| IdAttributeDotReplacement | Gets or sets the character that is used to replace the dot in the ID. | |
| InnerHtml | Gets or sets the inner HTML. | |
| TagName | Gets or sets the name of the tag. |