Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

AjaxFrameworkAssemblyAttribute::GetDefaultAjaxFrameworkAssembly Method (Assembly^)

.NET Framework (current version)
 

Returns the default ASP.NET AJAX framework assembly that contains ASP.NET AJAX resources.

Namespace:   System.Web.Script
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

public protected:
virtual Assembly^ GetDefaultAjaxFrameworkAssembly(
	Assembly^ currentAssembly
)

Parameters

currentAssembly
Type: System.Reflection::Assembly^

The assembly that the AjaxFrameworkAssemblyAttribute attribute was declared in.

Return Value

Type: System.Reflection::Assembly^

The default ASP.NET AJAX framework assembly.

.NET Framework
Available since 4.0
Return to top
Show:
© 2017 Microsoft