HtmlWriter.WriteAttributeName Method
The WriteAttributeName method overloads write attribute names to the output.
Overload List
| Name | Description |
|---|---|
| HtmlWriter.WriteAttributeName (HtmlAttributeId) |
The WriteAttributeName method writes the attribute name identified by id to the output.
|
| HtmlWriter.WriteAttributeName (String) |
The WriteAttributeName method writes the specified attribute name to the output.
|
See Also