HtmlTextWriter::WriteAttribute Method

 

Writes a markup attribute and its value to the output stream.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodWriteAttribute(String^, String^)

Writes the specified markup attribute and value to the output stream.

System_CAPS_pubmethodWriteAttribute(String^, String^, Boolean)

Writes the specified markup attribute and value to the output stream, and, if specified, writes the value encoded.

Return to top
Show: