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 解決の基礎として使用する必要があります。

適用対象