ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / Code93 Class / RenderBeginTag Method
The specified writer used to write the markup

In This Topic
    RenderBeginTag Method (Code93)
    In This Topic
    Renders begin tag of control.
    Syntax
    'Declaration
     
    Protected Overridable Sub RenderBeginTag( _
       ByVal writer As TextWriter _
    ) 
    protected virtual void RenderBeginTag( 
       TextWriter writer
    )

    Parameters

    writer
    The specified writer used to write the markup
    See Also