Represents a class that is used by HTML helpers to build HTML elements.
The TagBuilder type exposes the following members.
Top
Top
|
| Name | Description |
|
Attributes
|
Gets or sets the collection of attributes for the tag.
|
|
IdAttributeDotReplacement
|
Gets or sets the character that is used to replace the periods in the id attribute.
|
|
InnerHtml
|
Gets or sets the inner HTML for the tag.
|
|
TagName
|
Gets or sets the name of the tag.
|
Top
Reference