HtmlWriter.WriteAttributeName Method
Include Protected Members
Include Inherited Members
The WriteAttributeName method overloads write attribute names to the output.
Overload List
Name | Description | |
---|---|---|
WriteAttributeName(String) | The WriteAttributeName method writes the specified attribute name to the output. | |
WriteAttributeName(HtmlAttributeId) | The WriteAttributeName method writes the attribute name identified by id to the output. | |
WriteAttributeName(HtmlAttributeReader) | The WriteAttributeName(HtmlAttributeReader) method writes an attribute name to the HTML output stream. |
Top
See Also