Expand Minimize
This topic has not yet been rated - Rate this topic

AjaxFrameworkMode Enumeration

Specifies how client scripts of the Microsoft Ajax client library are included on the client.

Namespace:  System.Web.UI
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)
public enum AjaxFrameworkMode
Member nameDescription
EnabledSpecifies that the ScriptManager control automatically includes the MicrosoftAjax.js script file, which is a combined script file of every core framework script (legacy behavior).
DisabledSpecifies that all Microsoft Ajax script features are disabled and that the ScriptManager control does not reference any scripts automatically.
ExplicitSpecifies 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.

.NET Framework

Supported in: 4.5, 4

Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.