ServiceReference.GetProxyScript(ScriptManager, Control) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供可作为自定义项被重写的派生 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
是ScriptManager定义对象ServiceReference的对象或ScriptManagerProxy对象。 它应用作相对 URL 解析的基础。