ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Gs1DataBarOmnidirectional Class / RenderMarkup Method
the specified writer used to write the markup.

In This Topic
    RenderMarkup Method (Gs1DataBarOmnidirectional)
    In This Topic
    Renders the control markup.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub RenderMarkup( _
       ByVal writer As HtmlTextWriter _
    ) 
    protected virtual void RenderMarkup( 
       HtmlTextWriter writer
    )

    Parameters

    writer
    the specified writer used to write the markup.
    See Also