Share via


HtmlWriter.WriteAttributeName Method

Include Protected Members
Include Inherited Members

The WriteAttributeName method overloads write attribute names to the output.

Overload List

  Name Description
Public method WriteAttributeName(String) The WriteAttributeName method writes the specified attribute name to the output.
Public method WriteAttributeName(HtmlAttributeId) The WriteAttributeName method writes the attribute name identified by id to the output.
Public method WriteAttributeName(HtmlAttributeReader) The WriteAttributeName(HtmlAttributeReader) method writes an attribute name to the HTML output stream.

Top