MultiPartWriter::AddStyleAttribute Method

 

Namespace:   System.Web.UI.MobileControls.Adapters
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

NameDescription
System_CAPS_pubmethodAddStyleAttribute(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.(Inherited from HtmlTextWriter.)

System_CAPS_pubmethodAddStyleAttribute(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.(Inherited from HtmlTextWriter.)

System_CAPS_protmethodAddStyleAttribute(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.(Inherited from HtmlTextWriter.)

Return to top
Show: