ScriptReferenceBase.IsAjaxFrameworkScript(ScriptManager) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine si la référence de script spécifiée est un script ASP.NET AJAX.
protected public:
virtual bool IsAjaxFrameworkScript(System::Web::UI::ScriptManager ^ scriptManager);
protected internal virtual bool IsAjaxFrameworkScript (System.Web.UI.ScriptManager scriptManager);
abstract member IsAjaxFrameworkScript : System.Web.UI.ScriptManager -> bool
override this.IsAjaxFrameworkScript : System.Web.UI.ScriptManager -> bool
Protected Friend Overridable Function IsAjaxFrameworkScript (scriptManager As ScriptManager) As Boolean
Paramètres
- scriptManager
- ScriptManager
Objet ScriptManager.
Retours
true
si la référence de script est un script ASP.NET AJAX ; sinon, false
.