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

In This Topic
    RenderAttributes Method (Gs1_128)
    In This Topic
    Renders the html attributes of control.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub RenderAttributes( _
       ByVal writer As HtmlTextWriter _
    ) 
    protected virtual void RenderAttributes( 
       HtmlTextWriter writer
    )

    Parameters

    writer
    The specified writer used to write the markup
    See Also