Label::AddAttributesToRender Method (HtmlTextWriter^)
.NET Framework (current version)
Adds the HTML attributes and styles of a Label control to render to the specified output stream.
Assembly: System.Web (in System.Web.dll)
Parameters
- writer
-
Type:
System.Web.UI::HtmlTextWriter^
An HtmlTextWriter that represents the output stream to render HTML content on the client.
| Exception | Condition |
|---|---|
| HttpException | The control specified in the AssociatedControlID property cannot be found. |
The AddAttributesToRender method is used primarily by control developers to insert the additional attributes and styles to the HtmlTextWriter output stream for a Label control.
The AddAttributesToRender method for a Label control determines whether the for attribute should be added with the AssociatedControlID value, and if the inline-block style should be applied to display the border style and width.
.NET Framework
Available since 1.1
Available since 1.1
Show: