AjaxFrameworkAssemblyAttribute.GetDefaultAjaxFrameworkAssembly 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.
Retourne l'assembly Framework ASP.NET AJAX par défaut qui contient des ressources ASP.NET AJAX.
protected public:
virtual System::Reflection::Assembly ^ GetDefaultAjaxFrameworkAssembly(System::Reflection::Assembly ^ currentAssembly);
protected internal virtual System.Reflection.Assembly GetDefaultAjaxFrameworkAssembly (System.Reflection.Assembly currentAssembly);
abstract member GetDefaultAjaxFrameworkAssembly : System.Reflection.Assembly -> System.Reflection.Assembly
override this.GetDefaultAjaxFrameworkAssembly : System.Reflection.Assembly -> System.Reflection.Assembly
Protected Friend Overridable Function GetDefaultAjaxFrameworkAssembly (currentAssembly As Assembly) As Assembly
Paramètres
- currentAssembly
- Assembly
Assembly dans lequel l'attribut AjaxFrameworkAssemblyAttribute a été déclaré.
Retours
Assembly Framework ASP.NET AJAX par défaut.