HtmlTextWriter::AddAttribute Method (String, String, HtmlTextWriterAttribute)
Adds the specified markup attribute and value, along with an HtmlTextWriterAttribute enumeration value, 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)
protected: virtual void AddAttribute( String^ name, String^ value, HtmlTextWriterAttribute key )
Parameters
- name
- Type: System::String
A string containing the name of the attribute to add.
- value
- Type: System::String
A string containing the value to assign to the attribute.
- key
- Type: System.Web.UI::HtmlTextWriterAttribute
An HtmlTextWriterAttribute that represents the attribute.
Use the AddAttribute overload of the AddAttribute(String, String, HtmlTextWriterAttribute) method only when inheriting from the HtmlTextWriter class. It enables you to create new name and key pairs for attributes.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.