다음을 통해 공유


AjaxFrameworkAssemblyAttribute.GetDefaultAjaxFrameworkAssembly 메서드

정의

ASP.NET AJAX 리소스를 포함한 기본 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

매개 변수

currentAssembly
Assembly

AjaxFrameworkAssemblyAttribute 특성이 선언되어 있는 어셈블리입니다.

반환

Assembly

기본 ASP.NET AJAX 프레임워크 어셈블리입니다.

적용 대상