HtmlTextArea.RenderAttributes Method
.NET Framework 3.0
Renders the HtmlTextArea control's attributes to the specified HtmlTextWriter object.
Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected void RenderAttributes ( HtmlTextWriter writer )
protected override function RenderAttributes ( writer : HtmlTextWriter )
Not applicable.
Parameters
- writer
The HtmlTextWriter that receives the rendered content.
The RenderAttributes method renders the name attribute of the HtmlTextArea control directly to ensure that it has the same value as the Control.UniqueID property. After rendering the attribute, the RenderAttributes method calls the base class's RenderAttributes method.
The RenderAttributes method is used primarily by control developers extending the functionality of the HtmlTextArea control.
Community Additions
ADD
Show: