AjaxFrameworkAssemblyAttribute.GetDefaultAjaxFrameworkAssembly Metoda

Definice

Vrátí výchozí ASP.NET sestavení architektury AJAX, které obsahuje ASP.NET prostředky 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

Parametry

currentAssembly
Assembly

Sestavení, ve které AjaxFrameworkAssemblyAttribute byl atribut deklarován.

Návraty

Výchozí ASP.NET sestavení architektury AJAX.

Platí pro