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






In This Topic
    RenderAttributes Method
    In This Topic
    Renders the html attributes of control.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub RenderAttributes( _
       ByVal writer As System.IO.TextWriter _
    ) 
    'Usage
     
    
    Dim instance As Control
    Dim writer As System.IO.TextWriter
     
    instance.RenderAttributes(writer)
    protected virtual void RenderAttributes( 
       System.IO.TextWriter writer
    )
    protected procedure RenderAttributes( 
        writer: System.IO.TextWriter
    ); virtual; 
    protected function RenderAttributes( 
       writer : System.IO.TextWriter
    );
    protected: virtual void RenderAttributes( 
       System.IO.TextWriter* writer
    ) 
    protected:
    virtual void RenderAttributes( 
       System.IO.TextWriter^ writer
    ) 

    Parameters

    writer
    The specified writer used to write the markup
    See Also