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.

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

public protected:
virtual String^ GetProxyScript(
	ScriptManager^ scriptManager,
	Control^ containingControl
)

Parameters

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

The ScriptManager control on the page.

containingControl
Type: System.Web.UI::Control^

A Control object.

Return Value

Type: System::String^

The proxy script.

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
Return to top
Show: