ComponentOne AppView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1AppView Namespace / C1AppView Class / RenderBeginTag Method
A System.Web.UI.HtmlTextWriter that represents the output stream to render HTML content on the client.

In This Topic
    RenderBeginTag Method (C1AppView)
    In This Topic
    Renders the HTML opening tag of the control to the specified writer. This method is used primarily by control developers.
    Syntax
    'Declaration
     
    Public Overrides Sub RenderBeginTag( _
       ByVal writer As System.Web.UI.HtmlTextWriter _
    ) 
    public override void RenderBeginTag( 
       System.Web.UI.HtmlTextWriter writer
    )

    Parameters

    writer
    A System.Web.UI.HtmlTextWriter that represents the output stream to render HTML content on the client.
    See Also