HtmlControl.RenderAttributes Method
.NET Framework 3.0
Renders the HtmlControl control's attributes into 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 function RenderAttributes ( writer : HtmlTextWriter )
Not applicable.
Parameters
- writer
The HtmlTextWriter that receives the rendered content.
The RenderAttributes method writes the Control.ID attribute of the HtmlControl control.
The RenderAttributes method is used primarily by control developers extending the functionality of the HtmlControl control.
Community Additions
ADD
Show: