AjaxFrameworkAssemblyAttribute.GetDefaultAjaxFrameworkAssembly Metodo

Definizione

Restituisce l'assembly del framework AJAX predefinito ASP.NET che contiene ASP.NET risorse 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

Parametri

currentAssembly
Assembly

Assembly in cui è stato dichiarato l'attributo AjaxFrameworkAssemblyAttribute .

Valori restituiti

Assembly framework AJAX predefinito ASP.NET.

Si applica a