HtmlControl.RenderBeginTag Method
.NET Framework 3.0
Renders the opening HTML tag of the control into the specified HtmlTextWriter object.
Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The RenderBeginTag method renders the opening angle bracket (<), followed by the control's tag name, attributes, and a closing angle bracket (>).
The RenderBeginTag method is used primarily by control developers extending the functionality of the HtmlControl control.
Community Additions
ADD
Show: