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)
public protected: [ObsoleteAttribute("This method is obsolete. Use IsAjaxFrameworkScript(ScriptManager) instead.")] virtual bool IsFromSystemWebExtensions() override
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: