Version

AddStandardAttributesToRender(HtmlTextWriter,AttributeCollection) Method

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

Parameters

writer
Writer to render attributes into.
attrs
The attribute collection that you would like to render.
Remarks
The method adds all of the attributes from the Attributes collection of specified by the developer
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