C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / Gauge Class / RenderAttributes Method
The specified writer used to write the markup

In This Topic
RenderAttributes Method (Gauge)
In This Topic
Renders the html attributes of control.
Syntax
'Declaration
 
Protected Overridable Sub RenderAttributes( _
   ByVal writer As TextWriter _
) 
 

Parameters

writer
The specified writer used to write the markup
See Also