This documentation is archived and is not being maintained.
AjaxFrameworkMode Enumeration
Visual Studio 2010
Specifies how client scripts of the Microsoft Ajax client library are included on the client.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
| Member name | Description | |
|---|---|---|
| Enabled | Specifies that the ScriptManager control automatically includes the MicrosoftAjax.js script file, which is a combined script file of every core framework script (legacy behavior). | |
| Disabled | Specifies that all Microsoft Ajax script features are disabled and that the ScriptManager control does not reference any scripts automatically. | |
| Explicit | Specifies that you will explicitly include script references to individual framework core script file that your page requires, and that you will include references to the dependencies that each script file requires. |
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
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: