Version

WriteCssClassesAndRegisterGenerics Method

This method will write all required css classes to support the owner control. It also registers any Generic classes, so that they only have to be rendered one time. This cuts down on the size of the HTML output.
Syntax
'Declaration
 
Protected Overridable Sub WriteCssClassesAndRegisterGenerics( _
   ByVal writer As TextWriter _
) 
protected virtual void WriteCssClassesAndRegisterGenerics( 
   TextWriter writer
)

Parameters

writer
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