ScriptReference.IsFromSystemWebExtensions Method ()
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Web.UI
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Return to top
This API supports the product infrastructure and is not intended to be used directly from your code.
Indicates whether the composite script contains a reference to an ASP.NET AJAX framework script.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
[<ObsoleteAttribute("This method is obsolete. Use IsAjaxFrameworkScript(ScriptManager) instead.")>] override IsFromSystemWebExtensions : unit -> bool
Return Value
Type: System.Booleantrue if the composite script contains a reference to an ASP.NET AJAX framework script; otherwise, false.
.NET Framework
Available since 3.5
Available since 3.5
Show: