HtmlTextWriter::AddStyleAttribute Method
.NET Framework (current version)
Adds a markup style attribute to the opening tag of the element that the HtmlTextWriter object creates with a subsequent call to the RenderBeginTag method.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | AddStyleAttribute(HtmlTextWriterStyle, String^) | Adds the markup style attribute associated with the specified HtmlTextWriterStyle value and the attribute value to the opening markup tag created by a subsequent call to the RenderBeginTag method. |
![]() | AddStyleAttribute(String^, String^) | Adds the specified markup style attribute and the attribute value to the opening markup tag created by a subsequent call to the RenderBeginTag method. |
![]() | AddStyleAttribute(String^, String^, HtmlTextWriterStyle) | Adds the specified markup style attribute and the attribute value, along with an HtmlTextWriterStyle enumeration value, to the opening markup tag created by a subsequent call to the RenderBeginTag method. |
Show:

