HtmlControl::SetAttribute Method
Sets the value of the named attribute on the HtmlControl control.
Assembly: System.Web (in System.Web.dll)
Parameters
- name
- Type: System::String
The name of the attribute to set.
- value
- Type: System::String
The value to set the attribute to.
Use the SetAttribute method to set an attribute on the HtmlControl server control. All HTML server controls store their attributes in the Control::ViewState property.
HTML attributes are treated by the ASP.NET page framework as properties on the HTML server control to which they belong. The SetAttribute method's name parameter is case-insensitive.
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.