Label.AddAttributesToRender Method
.NET Framework 3.0
Adds the HTML attributes and styles of a Label control to render to the specified output stream.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected void AddAttributesToRender ( HtmlTextWriter writer )
protected override function AddAttributesToRender ( writer : HtmlTextWriter )
Not applicable.
Parameters
- writer
An HtmlTextWriter that represents the output stream to render HTML content on the client.
| Exception type | Condition |
|---|---|
| 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.
Community Additions
ADD
Show: