Version

AddStandardAttributesToRender(HtmlTextWriter) Method

Adds attributes from the Attributes collection of the control to the writer.
Syntax
'Declaration
 
Protected Overloads Overridable Sub AddStandardAttributesToRender( _
   ByVal writer As HtmlTextWriter _
) 
protected virtual void AddStandardAttributesToRender( 
   HtmlTextWriter writer
)

Parameters

writer
Writer to render attributes into.
Remarks
The method adds all of the attributes from the Attributes collection of the control except STYLE and CLASS.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also