ScriptReferenceBase::IsAjaxFrameworkScript Method (ScriptManager^)

.NET Framework (current version)
 

Determines whether the specified script reference is an ASP.NET AJAX script.

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

public protected:
virtual bool IsAjaxFrameworkScript(
	ScriptManager^ scriptManager
)

Parameters

scriptManager
Type: System.Web.UI::ScriptManager^

A ScriptManager object.

Return Value

Type: System::Boolean

true if the script reference is an ASP.NET AJAX script; otherwise, false.

.NET Framework
Available since 4.0
Return to top
Show: