Version

WriteAdditionalClientProperties Method (ObjectBase)

If an object needs to render additional information that needs to be accessed on the client, this is where they can add this information. Note that each object that they need to render should be prefixed with a Comma because the information is being rendered inside of a javascript array. This method is called by WriteClientProperties
Syntax
'Declaration
 
Protected Overridable Sub WriteAdditionalClientProperties( _
   ByVal builder As StringBuilder _
) 
protected virtual void WriteAdditionalClientProperties( 
   StringBuilder builder
)

Parameters

builder
The StringBuilder in which additional properties should be appended to.
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