Version

EnableScriptCombining Method

This method allows applications to turn on ScriptCombining so that multiple javascript files will be downloaded to the client as a single file. By default this is set to false to allow correct function when controls are loaded dynamically during Async Postbacks.
Syntax
'Declaration
 
Public Shared Sub EnableScriptCombining( _
   ByVal enable As Boolean _
) 
public static void EnableScriptCombining( 
   bool enable
)

Parameters

enable
Boolean value that turns on the ScriptCombining capability.
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