CompositeScriptReference.IsFromSystemWebExtensions 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.
Attention
Use IsAjaxFrameworkScript(ScriptManager)
Indique si le script composite contient une référence au script d'infrastructure ASP.NET AJAX.
protected public:
override bool IsFromSystemWebExtensions();
protected internal override bool IsFromSystemWebExtensions ();
[System.Obsolete("Use IsAjaxFrameworkScript(ScriptManager)")]
protected internal override bool IsFromSystemWebExtensions ();
override this.IsFromSystemWebExtensions : unit -> bool
[<System.Obsolete("Use IsAjaxFrameworkScript(ScriptManager)")>]
override this.IsFromSystemWebExtensions : unit -> bool
Protected Friend Overrides Function IsFromSystemWebExtensions () As Boolean
Retours
true
si le script composite contient une référence à un script d'infrastructure ASP.NET AJAX ; sinon, false
.
- Attributs