AjaxFrameworkMode Enum

Definition

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

public enum class AjaxFrameworkMode
public enum AjaxFrameworkMode
type AjaxFrameworkMode = 
Public Enum AjaxFrameworkMode
Inheritance
AjaxFrameworkMode

Fields

Disabled 1

Specifies that all Microsoft Ajax script features are disabled and that the ScriptManager control does not reference any scripts automatically.

Enabled 0

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).

Explicit 2

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.

Applies to