Renders the System.Web.UI.HtmlControls.HtmlTextArea control's attributes to the specified System.Web.UI.HtmlTextWriter object.
- writer
- The System.Web.UI.HtmlTextWriter that receives the rendered content.
The HtmlTextArea.RenderAttributes(System.Web.UI.HtmlTextWriter) method renders the name attribute of the System.Web.UI.HtmlControls.HtmlTextArea control directly to ensure that it has the same value as the System.Web.UI.Control.UniqueID property. After rendering the attribute, the HtmlTextArea.RenderAttributes(System.Web.UI.HtmlTextWriter) method calls the base class's HtmlContainerControl.RenderAttributes(System.Web.UI.HtmlTextWriter) method.
The HtmlTextArea.RenderAttributes(System.Web.UI.HtmlTextWriter) method is used primarily by control developers extending the functionality of the System.Web.UI.HtmlControls.HtmlTextArea control.