ServiceReference.GetProxyScript Method (ScriptManager, Control)
.NET Framework (current version)
Provides a proxy script from a derived ServiceReference object that can be overridden as a customization.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Protected Friend Overridable Function GetProxyScript ( scriptManager As ScriptManager, containingControl As Control ) As String
Parameters
- scriptManager
-
Type:
System.Web.UI.ScriptManager
The ScriptManager control on the page.
- containingControl
-
Type:
System.Web.UI.Control
A Control object.
The containingControl parameter is the ScriptManager object or ScriptManagerProxy object on which the ServiceReference object is defined. It should be used as a basis for relative URL resolution.
.NET Framework
Available since 4.0
Available since 4.0
Show: