ServiceReference.GetProxyScript(ScriptManager, Control) 方法

定义

提供可作为自定义项被重写的派生 ServiceReference 对象中的代理脚本。

protected public:
 virtual System::String ^ GetProxyScript(System::Web::UI::ScriptManager ^ scriptManager, System::Web::UI::Control ^ containingControl);
protected internal virtual string GetProxyScript (System.Web.UI.ScriptManager scriptManager, System.Web.UI.Control containingControl);
abstract member GetProxyScript : System.Web.UI.ScriptManager * System.Web.UI.Control -> string
override this.GetProxyScript : System.Web.UI.ScriptManager * System.Web.UI.Control -> string
Protected Friend Overridable Function GetProxyScript (scriptManager As ScriptManager, containingControl As Control) As String

参数

scriptManager
ScriptManager

页面上的 ScriptManager 控件。

containingControl
Control

Control 对象。

返回

代理脚本。

注解

参数containingControlScriptManager定义对象ServiceReference的对象或ScriptManagerProxy对象。 它应用作相对 URL 解析的基础。

适用于