RenderBeginTag Method (C1ListViewItem)
Renders the HTML opening tag of the control to the specified writer. This method is used primarily by control developers.
public override void RenderBeginTag(
System.Web.UI.HtmlTextWriter
)
'Declaration
Public Overrides Sub RenderBeginTag( _
ByVal As System.Web.UI.HtmlTextWriter _
)
Parameters
- writer
- A System.Web.UI.HtmlTextWriter that represents the output stream to render HTML content on the client.